Html Css Color HEX #C93812 Harley Davidson Orange

📋 copy color: '#C93812'

red 201 ◦ green 56 ◦ blue 18

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

Shades of Harley Davidson Orange #C93812

Tints of Harley Davidson Orange #C93812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 73.09%
G = 20.36%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C93812 (or 0xC93812) is known color: Harley Davidson Orange. HEX triplet: C9, 38 and 12. RGB value is (201,56,18). Sum of RGB (Red+Green+Blue) = 201+56+18=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C93812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93812 is #36C7ED. Grayscale: #5F5F5F. Windows color (decimal): -3590126 or 1194185. OLE color: 1194185.

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

Color convert

RGB 201 56 18 -
CMYK 0 0.72 0.91 0.21
HSL 12.46º 0.84% 0.43% -
HSV(B) 12.46º 0.91% 0.79% -
XYZ 25.61 15.29 2.17 -
YUV 95.02 84.54 203.59 -
System Red Green Blue C M Y K H S L
Decimal 201 56 18 0 0.72 0.91 0.21 12.46 0.84 0.43
Hex C9 38 12 0 48 5B 15 C 54 2B
Octal 311 70 22 0 110 133 25 14 124 53
Binary 11001001 111000 10010 0 1001000 1011011 10101 1100 1010100 101011

Color Harmonies of #C93812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93812

Black with #C93812

Text Example


Text Example

White with #C93812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93812; }

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

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

background-color css

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

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

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

border-color css

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

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

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