Html Css Color HEX #C02C10 Harley Davidson Orange

📋 copy color: '#C02C10'

red 192 ◦ green 44 ◦ blue 16

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

Shades of Harley Davidson Orange #C02C10

Tints of Harley Davidson Orange #C02C10

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.46%

 BLUE value IS 16 (6.64% from 255) = 6.35%

R = 76.19%
G = 17.46%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C02C10 (or 0xC02C10) is known color: Harley Davidson Orange. HEX triplet: C0, 2C and 10. RGB value is (192,44,16). Sum of RGB (Red+Green+Blue) = 192+44+16=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02C10 is #3FD3EF. Grayscale: #555555. Windows color (decimal): -4183024 or 1060032. OLE color: 1060032.

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

Color convert

RGB 192 44 16 -
CMYK 0 0.77 0.92 0.25
HSL 9.55º 0.85% 0.41% -
HSV(B) 9.55º 0.92% 0.75% -
XYZ 22.73 13.05 1.81 -
YUV 85.06 89.03 204.28 -
System Red Green Blue C M Y K H S L
Decimal 192 44 16 0 0.77 0.92 0.25 9.55 0.85 0.41
Hex C0 2C 10 0 4D 5C 19 A 55 29
Octal 300 54 20 0 115 134 31 12 125 51
Binary 11000000 101100 10000 0 1001101 1011100 11001 1010 1010101 101001

Color Harmonies of #C02C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02C10

Black with #C02C10

Text Example


Text Example

White with #C02C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02C10; }

 p { color: rgb(192,44,16); }

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

background-color css

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

 a { background-color: rgb(192,44,16); }

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

border-color css

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

 span { border-color: rgb(192,44,16); }

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