Html Css Color HEX #CF2419 Harley Davidson Orange

📋 copy color: '#CF2419'

red 207 ◦ green 36 ◦ blue 25

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

Shades of Harley Davidson Orange #CF2419

Tints of Harley Davidson Orange #CF2419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.43%

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

R = 77.24%
G = 13.43%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF2419 (or 0xCF2419) is known color: Harley Davidson Orange. HEX triplet: CF, 24 and 19. RGB value is (207,36,25). Sum of RGB (Red+Green+Blue) = 207+36+25=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2419 is #30DBE6. Grayscale: #565656. Windows color (decimal): -3202023 or 1647823. OLE color: 1647823.

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

Color convert

RGB 207 36 25 -
CMYK 0 0.83 0.88 0.19
HSL 3.63º 0.78% 0.45% -
HSV(B) 3.63º 0.88% 0.81% -
XYZ 26.54 14.6 2.34 -
YUV 85.88 93.65 214.39 -
System Red Green Blue C M Y K H S L
Decimal 207 36 25 0 0.83 0.88 0.19 3.63 0.78 0.45
Hex CF 24 19 0 53 58 13 4 4E 2D
Octal 317 44 31 0 123 130 23 4 116 55
Binary 11001111 100100 11001 0 1010011 1011000 10011 100 1001110 101101

Color Harmonies of #CF2419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2419

Black with #CF2419

Text Example


Text Example

White with #CF2419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2419; }

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

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

background-color css

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

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

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

border-color css

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

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

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