Html Css Color HEX #C03320 Harley Davidson Orange

📋 copy color: '#C03320'

red 192 ◦ green 51 ◦ blue 32

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

Shades of Harley Davidson Orange #C03320

Tints of Harley Davidson Orange #C03320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.55%

 BLUE value IS 32 (12.89% from 255) = 11.64%

R = 69.82%
G = 18.55%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C03320 (or 0xC03320) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 20. RGB value is (192,51,32). Sum of RGB (Red+Green+Blue) = 192+51+32=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C03320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03320 is #3FCCDF. Grayscale: #5B5B5B. Windows color (decimal): -4181216 or 2110400. OLE color: 2110400.

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

Color convert

RGB 192 51 32 -
CMYK 0 0.73 0.83 0.25
HSL 7.13º 0.71% 0.44% -
HSV(B) 7.13º 0.83% 0.75% -
XYZ 23.18 13.68 2.78 -
YUV 90.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 192 51 32 0 0.73 0.83 0.25 7.13 0.71 0.44
Hex C0 33 20 0 49 53 19 7 47 2C
Octal 300 63 40 0 111 123 31 7 107 54
Binary 11000000 110011 100000 0 1001001 1010011 11001 111 1000111 101100

Color Harmonies of #C03320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03320

Black with #C03320

Text Example


Text Example

White with #C03320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03320; }

 p { color: rgb(192,51,32); }

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

background-color css

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

 a { background-color: rgb(192,51,32); }

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

border-color css

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

 span { border-color: rgb(192,51,32); }

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