Html Css Color HEX #C02E19 Harley Davidson Orange

📋 copy color: '#C02E19'

red 192 ◦ green 46 ◦ blue 25

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

Shades of Harley Davidson Orange #C02E19

Tints of Harley Davidson Orange #C02E19

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.49%

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

R = 73%
G = 17.49%
B = 9.51%

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

#C02E19 (or 0xC02E19) is known color: Harley Davidson Orange. HEX triplet: C0, 2E and 19. RGB value is (192,46,25). Sum of RGB (Red+Green+Blue) = 192+46+25=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02E19 is #3FD1E6. Grayscale: #575757. Windows color (decimal): -4182503 or 1650368. OLE color: 1650368.

HSL color Cylindrical-coordinate representation of color #C02E19: hue angle of 7.54º 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 #C02E19 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 46 25 -
CMYK 0 0.76 0.87 0.25
HSL 7.54º 0.77% 0.43% -
HSV(B) 7.54º 0.87% 0.75% -
XYZ 22.89 13.23 2.27 -
YUV 87.26 92.87 202.71 -
System Red Green Blue C M Y K H S L
Decimal 192 46 25 0 0.76 0.87 0.25 7.54 0.77 0.43
Hex C0 2E 19 0 4C 57 19 8 4D 2B
Octal 300 56 31 0 114 127 31 10 115 53
Binary 11000000 101110 11001 0 1001100 1010111 11001 1000 1001101 101011

Color Harmonies of #C02E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02E19

Black with #C02E19

Text Example


Text Example

White with #C02E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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