Html Css Color HEX #C03212 Harley Davidson Orange

📋 copy color: '#C03212'

red 192 ◦ green 50 ◦ blue 18

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

Shades of Harley Davidson Orange #C03212

Tints of Harley Davidson Orange #C03212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.23%

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

R = 73.85%
G = 19.23%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C03212 (or 0xC03212) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 12. RGB value is (192,50,18). Sum of RGB (Red+Green+Blue) = 192+50+18=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C03212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03212 is #3FCDED. Grayscale: #595959. Windows color (decimal): -4181486 or 1192640. OLE color: 1192640.

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

Color convert

RGB 192 50 18 -
CMYK 0 0.74 0.91 0.25
HSL 11.03º 0.83% 0.41% -
HSV(B) 11.03º 0.91% 0.75% -
XYZ 22.99 13.53 1.97 -
YUV 88.81 88.04 201.6 -
System Red Green Blue C M Y K H S L
Decimal 192 50 18 0 0.74 0.91 0.25 11.03 0.83 0.41
Hex C0 32 12 0 4A 5B 19 B 53 29
Octal 300 62 22 0 112 133 31 13 123 51
Binary 11000000 110010 10010 0 1001010 1011011 11001 1011 1010011 101001

Color Harmonies of #C03212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03212

Black with #C03212

Text Example


Text Example

White with #C03212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03212; }

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

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

background-color css

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

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

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

border-color css

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

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

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