Html Css Color HEX #CF3519 Harley Davidson Orange

📋 copy color: '#CF3519'

red 207 ◦ green 53 ◦ blue 25

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

Shades of Harley Davidson Orange #CF3519

Tints of Harley Davidson Orange #CF3519

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.6%

 BLUE value IS 25 (10.16% from 255) = 8.77%

R = 72.63%
G = 18.6%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF3519 (or 0xCF3519) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 19. RGB value is (207,53,25). Sum of RGB (Red+Green+Blue) = 207+53+25=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3519 is #30CAE6. Grayscale: #606060. Windows color (decimal): -3197671 or 1652175. OLE color: 1652175.

HSL color Cylindrical-coordinate representation of color #CF3519: hue angle of 9.23º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF3519 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 53 25 -
CMYK 0 0.74 0.88 0.19
HSL 9.23º 0.78% 0.45% -
HSV(B) 9.23º 0.88% 0.81% -
XYZ 27.18 15.88 2.55 -
YUV 95.85 88.02 207.28 -
System Red Green Blue C M Y K H S L
Decimal 207 53 25 0 0.74 0.88 0.19 9.23 0.78 0.45
Hex CF 35 19 0 4A 58 13 9 4E 2D
Octal 317 65 31 0 112 130 23 11 116 55
Binary 11001111 110101 11001 0 1001010 1011000 10011 1001 1001110 101101

Color Harmonies of #CF3519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3519

Black with #CF3519

Text Example


Text Example

White with #CF3519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3519; }

 p { color: rgb(207,53,25); }

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

background-color css

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

 a { background-color: rgb(207,53,25); }

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

border-color css

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

 span { border-color: rgb(207,53,25); }

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