Html Css Color HEX #C02312 Harley Davidson Orange

📋 copy color: '#C02312'

red 192 ◦ green 35 ◦ blue 18

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

Shades of Harley Davidson Orange #C02312

Tints of Harley Davidson Orange #C02312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.29%

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 78.37%
G = 14.29%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C02312 (or 0xC02312) is known color: Harley Davidson Orange. HEX triplet: C0, 23 and 12. RGB value is (192,35,18). Sum of RGB (Red+Green+Blue) = 192+35+18=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C02312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02312 is #3FDCED. Grayscale: #505050. Windows color (decimal): -4185326 or 1188800. OLE color: 1188800.

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

Color convert

RGB 192 35 18 -
CMYK 0 0.82 0.91 0.25
HSL 5.86º 0.83% 0.41% -
HSV(B) 5.86º 0.91% 0.75% -
XYZ 22.45 12.45 1.79 -
YUV 80.01 93.01 207.88 -
System Red Green Blue C M Y K H S L
Decimal 192 35 18 0 0.82 0.91 0.25 5.86 0.83 0.41
Hex C0 23 12 0 52 5B 19 6 53 29
Octal 300 43 22 0 122 133 31 6 123 51
Binary 11000000 100011 10010 0 1010010 1011011 11001 110 1010011 101001

Color Harmonies of #C02312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02312

Black with #C02312

Text Example


Text Example

White with #C02312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02312; }

 p { color: rgb(192,35,18); }

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

background-color css

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

 a { background-color: rgb(192,35,18); }

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

border-color css

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

 span { border-color: rgb(192,35,18); }

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