Html Css Color HEX #CF3A19 Harley Davidson Orange

📋 copy color: '#CF3A19'

red 207 ◦ green 58 ◦ blue 25

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

Shades of Harley Davidson Orange #CF3A19

Tints of Harley Davidson Orange #CF3A19

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20%

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

R = 71.38%
G = 20%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF3A19 (or 0xCF3A19) is known color: Harley Davidson Orange. HEX triplet: CF, 3A and 19. RGB value is (207,58,25). Sum of RGB (Red+Green+Blue) = 207+58+25=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3A19 is #30C5E6. Grayscale: #636363. Windows color (decimal): -3196391 or 1653455. OLE color: 1653455.

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

Color convert

RGB 207 58 25 -
CMYK 0 0.72 0.88 0.19
HSL 10.88º 0.78% 0.45% -
HSV(B) 10.88º 0.88% 0.81% -
XYZ 27.42 16.36 2.63 -
YUV 98.79 86.36 205.18 -
System Red Green Blue C M Y K H S L
Decimal 207 58 25 0 0.72 0.88 0.19 10.88 0.78 0.45
Hex CF 3A 19 0 48 58 13 B 4E 2D
Octal 317 72 31 0 110 130 23 13 116 55
Binary 11001111 111010 11001 0 1001000 1011000 10011 1011 1001110 101101

Color Harmonies of #CF3A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3A19

Black with #CF3A19

Text Example


Text Example

White with #CF3A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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