Html Css Color HEX #C93816 Harley Davidson Orange

📋 copy color: '#C93816'

red 201 ◦ green 56 ◦ blue 22

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

Shades of Harley Davidson Orange #C93816

Tints of Harley Davidson Orange #C93816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.07%

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

R = 72.04%
G = 20.07%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C93816 (or 0xC93816) is known color: Harley Davidson Orange. HEX triplet: C9, 38 and 16. RGB value is (201,56,22). Sum of RGB (Red+Green+Blue) = 201+56+22=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C93816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93816 is #36C7E9. Grayscale: #5F5F5F. Windows color (decimal): -3590122 or 1456329. OLE color: 1456329.

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

Color convert

RGB 201 56 22 -
CMYK 0 0.72 0.89 0.21
HSL 11.4º 0.8% 0.44% -
HSV(B) 11.4º 0.89% 0.79% -
XYZ 25.65 15.3 2.36 -
YUV 95.48 86.54 203.26 -
System Red Green Blue C M Y K H S L
Decimal 201 56 22 0 0.72 0.89 0.21 11.4 0.8 0.44
Hex C9 38 16 0 48 59 15 B 50 2C
Octal 311 70 26 0 110 131 25 13 120 54
Binary 11001001 111000 10110 0 1001000 1011001 10101 1011 1010000 101100

Color Harmonies of #C93816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93816

Black with #C93816

Text Example


Text Example

White with #C93816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93816; }

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

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

background-color css

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

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

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

border-color css

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

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

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