Html Css Color HEX #C02514 Harley Davidson Orange

📋 copy color: '#C02514'

red 192 ◦ green 37 ◦ blue 20

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

Shades of Harley Davidson Orange #C02514

Tints of Harley Davidson Orange #C02514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

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

R = 77.11%
G = 14.86%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C02514 (or 0xC02514) is known color: Harley Davidson Orange. HEX triplet: C0, 25 and 14. RGB value is (192,37,20). Sum of RGB (Red+Green+Blue) = 192+37+20=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C02514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02514 is #3FDAEB. Grayscale: #515151. Windows color (decimal): -4184812 or 1320384. OLE color: 1320384.

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

Color convert

RGB 192 37 20 -
CMYK 0 0.81 0.90 0.25
HSL 5.93º 0.81% 0.42% -
HSV(B) 5.93º 0.9% 0.75% -
XYZ 22.53 12.58 1.9 -
YUV 81.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 192 37 20 0 0.81 0.90 0.25 5.93 0.81 0.42
Hex C0 25 14 0 51 5A 19 6 51 2A
Octal 300 45 24 0 121 132 31 6 121 52
Binary 11000000 100101 10100 0 1010001 1011010 11001 110 1010001 101010

Color Harmonies of #C02514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02514

Black with #C02514

Text Example


Text Example

White with #C02514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02514; }

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

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

background-color css

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

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

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

border-color css

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

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

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