Html Css Color HEX #C02F19 Harley Davidson Orange

📋 copy color: '#C02F19'

red 192 ◦ green 47 ◦ blue 25

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

Shades of Harley Davidson Orange #C02F19

Tints of Harley Davidson Orange #C02F19

RGB

 RED value IS 192 (75.39% from 255) = 72.73%

 GREEN value IS 47 (18.75% from 255) = 17.8%

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

R = 72.73%
G = 17.8%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C02F19 (or 0xC02F19) is known color: Harley Davidson Orange. HEX triplet: C0, 2F and 19. RGB value is (192,47,25). Sum of RGB (Red+Green+Blue) = 192+47+25=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02F19 is #3FD0E6. Grayscale: #585858. Windows color (decimal): -4182247 or 1650624. OLE color: 1650624.

HSL color Cylindrical-coordinate representation of color #C02F19: hue angle of 7.9º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C02F19 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 47 25 -
CMYK 0 0.76 0.87 0.25
HSL 7.9º 0.77% 0.43% -
HSV(B) 7.9º 0.87% 0.75% -
XYZ 22.93 13.31 2.28 -
YUV 87.85 92.54 202.29 -
System Red Green Blue C M Y K H S L
Decimal 192 47 25 0 0.76 0.87 0.25 7.9 0.77 0.43
Hex C0 2F 19 0 4C 57 19 8 4D 2B
Octal 300 57 31 0 114 127 31 10 115 53
Binary 11000000 101111 11001 0 1001100 1010111 11001 1000 1001101 101011

Color Harmonies of #C02F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02F19

Black with #C02F19

Text Example


Text Example

White with #C02F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02F19; }

 p { color: rgb(192,47,25); }

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

background-color css

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

 a { background-color: rgb(192,47,25); }

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

border-color css

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

 span { border-color: rgb(192,47,25); }

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