Html Css Color HEX #C02814 Harley Davidson Orange

📋 copy color: '#C02814'

red 192 ◦ green 40 ◦ blue 20

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

Shades of Harley Davidson Orange #C02814

Tints of Harley Davidson Orange #C02814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.87%

 BLUE value IS 20 (8.2% from 255) = 7.94%

R = 76.19%
G = 15.87%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C02814 (or 0xC02814) is known color: Harley Davidson Orange. HEX triplet: C0, 28 and 14. RGB value is (192,40,20). Sum of RGB (Red+Green+Blue) = 192+40+20=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C02814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02814 is #3FD7EB. Grayscale: #535353. Windows color (decimal): -4184044 or 1321152. OLE color: 1321152.

HSL color Cylindrical-coordinate representation of color #C02814: hue angle of 6.98º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C02814 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 40 20 -
CMYK 0 0.79 0.90 0.25
HSL 6.98º 0.81% 0.42% -
HSV(B) 6.98º 0.9% 0.75% -
XYZ 22.62 12.77 1.94 -
YUV 83.17 92.36 205.63 -
System Red Green Blue C M Y K H S L
Decimal 192 40 20 0 0.79 0.90 0.25 6.98 0.81 0.42
Hex C0 28 14 0 4F 5A 19 7 51 2A
Octal 300 50 24 0 117 132 31 7 121 52
Binary 11000000 101000 10100 0 1001111 1011010 11001 111 1010001 101010

Color Harmonies of #C02814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02814

Black with #C02814

Text Example


Text Example

White with #C02814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02814; }

 p { color: rgb(192,40,20); }

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

background-color css

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

 a { background-color: rgb(192,40,20); }

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

border-color css

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

 span { border-color: rgb(192,40,20); }

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