Html Css Color HEX #CF3E02 Harley Davidson Orange

📋 copy color: '#CF3E02'

red 207 ◦ green 62 ◦ blue 2

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

Shades of Harley Davidson Orange #CF3E02

Tints of Harley Davidson Orange #CF3E02

RGB

 RED value IS 207 (81.25% from 255) = 76.38%

 GREEN value IS 62 (24.61% from 255) = 22.88%

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

R = 76.38%
G = 22.88%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF3E02 (or 0xCF3E02) is known color: Harley Davidson Orange. HEX triplet: CF, 3E and 02. RGB value is (207,62,2). Sum of RGB (Red+Green+Blue) = 207+62+2=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3E02 is #30C1FD. Grayscale: #626262. Windows color (decimal): -3195390 or 147151. OLE color: 147151.

HSL color Cylindrical-coordinate representation of color #CF3E02: hue angle of 17.56º 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 #CF3E02 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 62 2 -
CMYK 0 0.70 0.99 0.19
HSL 17.56º 0.98% 0.41% -
HSV(B) 17.56º 0.99% 0.81% -
XYZ 27.47 16.72 1.84 -
YUV 98.52 73.54 205.38 -
System Red Green Blue C M Y K H S L
Decimal 207 62 2 0 0.70 0.99 0.19 17.56 0.98 0.41
Hex CF 3E 2 0 46 63 13 12 62 29
Octal 317 76 2 0 106 143 23 22 142 51
Binary 11001111 111110 10 0 1000110 1100011 10011 10010 1100010 101001

Color Harmonies of #CF3E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3E02

Black with #CF3E02

Text Example


Text Example

White with #CF3E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3E02; }

 p { color: rgb(207,62,2); }

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

background-color css

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

 a { background-color: rgb(207,62,2); }

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

border-color css

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

 span { border-color: rgb(207,62,2); }

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