Html Css Color HEX #C02B15 Harley Davidson Orange

📋 copy color: '#C02B15'

red 192 ◦ green 43 ◦ blue 21

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

Shades of Harley Davidson Orange #C02B15

Tints of Harley Davidson Orange #C02B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.8%

 BLUE value IS 21 (8.59% from 255) = 8.2%

R = 75%
G = 16.8%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C02B15 (or 0xC02B15) is known color: Harley Davidson Orange. HEX triplet: C0, 2B and 15. RGB value is (192,43,21). Sum of RGB (Red+Green+Blue) = 192+43+21=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02B15 is #3FD4EA. Grayscale: #555555. Windows color (decimal): -4183275 or 1387456. OLE color: 1387456.

HSL color Cylindrical-coordinate representation of color #C02B15: hue angle of 7.72º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C02B15 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 43 21 -
CMYK 0 0.78 0.89 0.25
HSL 7.72º 0.8% 0.42% -
HSV(B) 7.72º 0.89% 0.75% -
XYZ 22.74 12.99 2.02 -
YUV 85.04 91.86 204.29 -
System Red Green Blue C M Y K H S L
Decimal 192 43 21 0 0.78 0.89 0.25 7.72 0.8 0.42
Hex C0 2B 15 0 4E 59 19 8 50 2A
Octal 300 53 25 0 116 131 31 10 120 52
Binary 11000000 101011 10101 0 1001110 1011001 11001 1000 1010000 101010

Color Harmonies of #C02B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B15

Black with #C02B15

Text Example


Text Example

White with #C02B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B15; }

 p { color: rgb(192,43,21); }

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

background-color css

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

 a { background-color: rgb(192,43,21); }

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

border-color css

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

 span { border-color: rgb(192,43,21); }

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