Html Css Color HEX #CE3F02 Harley Davidson Orange

📋 copy color: '#CE3F02'

red 206 ◦ green 63 ◦ blue 2

#CE3F02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CE3F02

Tints of Harley Davidson Orange #CE3F02

RGB

 RED value IS 206 (80.86% from 255) = 76.01%

 GREEN value IS 63 (25% from 255) = 23.25%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 76.01%
G = 23.25%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE3F02 (or 0xCE3F02) is known color: Harley Davidson Orange. HEX triplet: CE, 3F and 02. RGB value is (206,63,2). Sum of RGB (Red+Green+Blue) = 206+63+2=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3F02 is #31C0FD. Grayscale: #636363. Windows color (decimal): -3260670 or 147406. OLE color: 147406.

HSL color Cylindrical-coordinate representation of color #CE3F02: hue angle of 17.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE3F02 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 63 2 -
CMYK 0 0.69 0.99 0.19
HSL 17.94º 0.98% 0.41% -
HSV(B) 17.94º 0.99% 0.81% -
XYZ 27.24 16.68 1.84 -
YUV 98.8 73.38 204.46 -
System Red Green Blue C M Y K H S L
Decimal 206 63 2 0 0.69 0.99 0.19 17.94 0.98 0.41
Hex CE 3F 2 0 45 63 13 12 62 29
Octal 316 77 2 0 105 143 23 22 142 51
Binary 11001110 111111 10 0 1000101 1100011 10011 10010 1100010 101001

Color Harmonies of #CE3F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F02

Black with #CE3F02

Text Example


Text Example

White with #CE3F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F02; }

 p { color: rgb(206,63,2); }

 H1.HeaderClassName
 {
   color: #CE3F02;
 }
 .AnyTagClassName
 {
   color: #CE3F02;
 }
</style>

background-color css

<style>
 a { background-color: #CE3F02; }

 a { background-color: rgb(206,63,2); }

 div.DivClassName
 {
   background-color: #CE3F02;
 }
 .BgClassName
 {
   background-color: #CE3F02;
 }
</style>

border-color css

<style>
 span { border-color: #CE3F02; }

 span { border-color: rgb(206,63,2); }

 td.TdClassName
 {
   border-color: #CE3F02;
 }
 .TagClassName
 {
   border-color: #CE3F02;
 }
</style>