Html Css Color HEX #C03920 Harley Davidson Orange

📋 copy color: '#C03920'

red 192 ◦ green 57 ◦ blue 32

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

Shades of Harley Davidson Orange #C03920

Tints of Harley Davidson Orange #C03920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

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

R = 68.33%
G = 20.28%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C03920 (or 0xC03920) is known color: Harley Davidson Orange. HEX triplet: C0, 39 and 20. RGB value is (192,57,32). Sum of RGB (Red+Green+Blue) = 192+57+32=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C03920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03920 is #3FC6DF. Grayscale: #5E5E5E. Windows color (decimal): -4179680 or 2111936. OLE color: 2111936.

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

Color convert

RGB 192 57 32 -
CMYK 0 0.70 0.83 0.25
HSL 9.38º 0.71% 0.44% -
HSV(B) 9.38º 0.83% 0.75% -
XYZ 23.46 14.24 2.88 -
YUV 94.52 92.73 197.53 -
System Red Green Blue C M Y K H S L
Decimal 192 57 32 0 0.70 0.83 0.25 9.38 0.71 0.44
Hex C0 39 20 0 46 53 19 9 47 2C
Octal 300 71 40 0 106 123 31 11 107 54
Binary 11000000 111001 100000 0 1000110 1010011 11001 1001 1000111 101100

Color Harmonies of #C03920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03920

Black with #C03920

Text Example


Text Example

White with #C03920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03920; }

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

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

background-color css

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

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

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

border-color css

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

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

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