Html Css Color HEX #CF4419 Harley Davidson Orange

📋 copy color: '#CF4419'

red 207 ◦ green 68 ◦ blue 25

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

Shades of Harley Davidson Orange #CF4419

Tints of Harley Davidson Orange #CF4419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

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

R = 69%
G = 22.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF4419 (or 0xCF4419) is known color: Harley Davidson Orange. HEX triplet: CF, 44 and 19. RGB value is (207,68,25). Sum of RGB (Red+Green+Blue) = 207+68+25=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4419 is #30BBE6. Grayscale: #686868. Windows color (decimal): -3193831 or 1656015. OLE color: 1656015.

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

Color convert

RGB 207 68 25 -
CMYK 0 0.67 0.88 0.19
HSL 14.18º 0.78% 0.45% -
HSV(B) 14.18º 0.88% 0.81% -
XYZ 27.97 17.47 2.82 -
YUV 104.66 83.05 201 -
System Red Green Blue C M Y K H S L
Decimal 207 68 25 0 0.67 0.88 0.19 14.18 0.78 0.45
Hex CF 44 19 0 43 58 13 E 4E 2D
Octal 317 104 31 0 103 130 23 16 116 55
Binary 11001111 1000100 11001 0 1000011 1011000 10011 1110 1001110 101101

Color Harmonies of #CF4419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4419

Black with #CF4419

Text Example


Text Example

White with #CF4419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4419; }

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

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

background-color css

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

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

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

border-color css

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

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

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