Html Css Color HEX #C94120 Harley Davidson Orange

📋 copy color: '#C94120'

red 201 ◦ green 65 ◦ blue 32

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

Shades of Harley Davidson Orange #C94120

Tints of Harley Davidson Orange #C94120

RGB

 RED value IS 201 (78.91% from 255) = 67.45%

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

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

R = 67.45%
G = 21.81%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C94120 (or 0xC94120) is known color: Harley Davidson Orange. HEX triplet: C9, 41 and 20. RGB value is (201,65,32). Sum of RGB (Red+Green+Blue) = 201+65+32=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C94120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94120 is #36BEDF. Grayscale: #666666. Windows color (decimal): -3587808 or 2113993. OLE color: 2113993.

HSL color Cylindrical-coordinate representation of color #C94120: hue angle of 11.72º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C94120 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 32 -
CMYK 0 0.68 0.84 0.21
HSL 11.72º 0.73% 0.46% -
HSV(B) 11.72º 0.84% 0.79% -
XYZ 26.24 16.3 3.13 -
YUV 101.9 88.56 198.68 -
System Red Green Blue C M Y K H S L
Decimal 201 65 32 0 0.68 0.84 0.21 11.72 0.73 0.46
Hex C9 41 20 0 44 54 15 C 49 2E
Octal 311 101 40 0 104 124 25 14 111 56
Binary 11001001 1000001 100000 0 1000100 1010100 10101 1100 1001001 101110

Color Harmonies of #C94120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94120

Black with #C94120

Text Example


Text Example

White with #C94120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94120; }

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

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

background-color css

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

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

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

border-color css

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

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

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