Html Css Color HEX #C93216 Harley Davidson Orange

📋 copy color: '#C93216'

red 201 ◦ green 50 ◦ blue 22

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

Shades of Harley Davidson Orange #C93216

Tints of Harley Davidson Orange #C93216

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.32%

 BLUE value IS 22 (8.98% from 255) = 8.06%

R = 73.63%
G = 18.32%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C93216 (or 0xC93216) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 16. RGB value is (201,50,22). Sum of RGB (Red+Green+Blue) = 201+50+22=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C93216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93216 is #36CDE9. Grayscale: #5C5C5C. Windows color (decimal): -3591658 or 1454793. OLE color: 1454793.

HSL color Cylindrical-coordinate representation of color #C93216: hue angle of 9.39º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C93216 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 22 -
CMYK 0 0.75 0.89 0.21
HSL 9.39º 0.8% 0.44% -
HSV(B) 9.39º 0.89% 0.79% -
XYZ 25.37 14.76 2.27 -
YUV 91.96 88.53 205.78 -
System Red Green Blue C M Y K H S L
Decimal 201 50 22 0 0.75 0.89 0.21 9.39 0.8 0.44
Hex C9 32 16 0 4B 59 15 9 50 2C
Octal 311 62 26 0 113 131 25 11 120 54
Binary 11001001 110010 10110 0 1001011 1011001 10101 1001 1010000 101100

Color Harmonies of #C93216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93216

Black with #C93216

Text Example


Text Example

White with #C93216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93216; }

 p { color: rgb(201,50,22); }

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

background-color css

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

 a { background-color: rgb(201,50,22); }

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

border-color css

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

 span { border-color: rgb(201,50,22); }

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