Html Css Color HEX #C93620 Harley Davidson Orange

📋 copy color: '#C93620'

red 201 ◦ green 54 ◦ blue 32

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

Shades of Harley Davidson Orange #C93620

Tints of Harley Davidson Orange #C93620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.82%

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

R = 70.03%
G = 18.82%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C93620 (or 0xC93620) is known color: Harley Davidson Orange. HEX triplet: C9, 36 and 20. RGB value is (201,54,32). Sum of RGB (Red+Green+Blue) = 201+54+32=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C93620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93620 is #36C9DF. Grayscale: #5F5F5F. Windows color (decimal): -3590624 or 2111177. OLE color: 2111177.

HSL color Cylindrical-coordinate representation of color #C93620: hue angle of 7.81º 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 #C93620 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 54 32 -
CMYK 0 0.73 0.84 0.21
HSL 7.81º 0.73% 0.46% -
HSV(B) 7.81º 0.84% 0.79% -
XYZ 25.67 15.16 2.94 -
YUV 95.45 92.2 203.29 -
System Red Green Blue C M Y K H S L
Decimal 201 54 32 0 0.73 0.84 0.21 7.81 0.73 0.46
Hex C9 36 20 0 49 54 15 8 49 2E
Octal 311 66 40 0 111 124 25 10 111 56
Binary 11001001 110110 100000 0 1001001 1010100 10101 1000 1001001 101110

Color Harmonies of #C93620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93620

Black with #C93620

Text Example


Text Example

White with #C93620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93620; }

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

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

background-color css

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

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

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

border-color css

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

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

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