Html Css Color HEX #C02C07 Harley Davidson Orange

📋 copy color: '#C02C07'

red 192 ◦ green 44 ◦ blue 7

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

Shades of Harley Davidson Orange #C02C07

Tints of Harley Davidson Orange #C02C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.88%

R = 79.01%
G = 18.11%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C02C07 (or 0xC02C07) is known color: Harley Davidson Orange. HEX triplet: C0, 2C and 07. RGB value is (192,44,7). Sum of RGB (Red+Green+Blue) = 192+44+7=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02C07 is #3FD3F8. Grayscale: #545454. Windows color (decimal): -4183033 or 470208. OLE color: 470208.

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

Color convert

RGB 192 44 7 -
CMYK 0 0.77 0.96 0.25
HSL 12º 0.93% 0.39% -
HSV(B) 12º 0.96% 0.75% -
XYZ 22.68 13.02 1.52 -
YUV 84.03 84.53 205.01 -
System Red Green Blue C M Y K H S L
Decimal 192 44 7 0 0.77 0.96 0.25 12 0.93 0.39
Hex C0 2C 7 0 4D 60 19 C 5D 27
Octal 300 54 7 0 115 140 31 14 135 47
Binary 11000000 101100 111 0 1001101 1100000 11001 1100 1011101 100111

Color Harmonies of #C02C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02C07

Black with #C02C07

Text Example


Text Example

White with #C02C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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