Html Css Color HEX #C04120 Harley Davidson Orange

📋 copy color: '#C04120'

red 192 ◦ green 65 ◦ blue 32

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

Shades of Harley Davidson Orange #C04120

Tints of Harley Davidson Orange #C04120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.49%

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

R = 66.44%
G = 22.49%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C04120 (or 0xC04120) is known color: Harley Davidson Orange. HEX triplet: C0, 41 and 20. RGB value is (192,65,32). Sum of RGB (Red+Green+Blue) = 192+65+32=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C04120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04120 is #3FBEDF. Grayscale: #636363. Windows color (decimal): -4177632 or 2113984. OLE color: 2113984.

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

Color convert

RGB 192 65 32 -
CMYK 0 0.66 0.83 0.25
HSL 12.38º 0.71% 0.44% -
HSV(B) 12.38º 0.83% 0.75% -
XYZ 23.89 15.09 3.02 -
YUV 99.21 90.08 194.18 -
System Red Green Blue C M Y K H S L
Decimal 192 65 32 0 0.66 0.83 0.25 12.38 0.71 0.44
Hex C0 41 20 0 42 53 19 C 47 2C
Octal 300 101 40 0 102 123 31 14 107 54
Binary 11000000 1000001 100000 0 1000010 1010011 11001 1100 1000111 101100

Color Harmonies of #C04120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04120

Black with #C04120

Text Example


Text Example

White with #C04120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04120; }

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

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

background-color css

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

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

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

border-color css

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

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

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