Html Css Color HEX #C03720 Harley Davidson Orange

📋 copy color: '#C03720'

red 192 ◦ green 55 ◦ blue 32

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

Shades of Harley Davidson Orange #C03720

Tints of Harley Davidson Orange #C03720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.71%

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

R = 68.82%
G = 19.71%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C03720 (or 0xC03720) is known color: Harley Davidson Orange. HEX triplet: C0, 37 and 20. RGB value is (192,55,32). Sum of RGB (Red+Green+Blue) = 192+55+32=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C03720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03720 is #3FC8DF. Grayscale: #5D5D5D. Windows color (decimal): -4180192 or 2111424. OLE color: 2111424.

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

Color convert

RGB 192 55 32 -
CMYK 0 0.71 0.83 0.25
HSL 8.63º 0.71% 0.44% -
HSV(B) 8.63º 0.83% 0.75% -
XYZ 23.37 14.04 2.85 -
YUV 93.34 93.39 198.37 -
System Red Green Blue C M Y K H S L
Decimal 192 55 32 0 0.71 0.83 0.25 8.63 0.71 0.44
Hex C0 37 20 0 47 53 19 9 47 2C
Octal 300 67 40 0 107 123 31 11 107 54
Binary 11000000 110111 100000 0 1000111 1010011 11001 1001 1000111 101100

Color Harmonies of #C03720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03720

Black with #C03720

Text Example


Text Example

White with #C03720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03720; }

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

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

background-color css

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

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

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

border-color css

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

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

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