Html Css Color HEX #C93312 Harley Davidson Orange

📋 copy color: '#C93312'

red 201 ◦ green 51 ◦ blue 18

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

Shades of Harley Davidson Orange #C93312

Tints of Harley Davidson Orange #C93312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

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

R = 74.44%
G = 18.89%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C93312 (or 0xC93312) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 12. RGB value is (201,51,18). Sum of RGB (Red+Green+Blue) = 201+51+18=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C93312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93312 is #36CCED. Grayscale: #5C5C5C. Windows color (decimal): -3591406 or 1192905. OLE color: 1192905.

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

Color convert

RGB 201 51 18 -
CMYK 0 0.75 0.91 0.21
HSL 10.82º 0.84% 0.43% -
HSV(B) 10.82º 0.91% 0.79% -
XYZ 25.38 14.83 2.1 -
YUV 92.09 86.2 205.68 -
System Red Green Blue C M Y K H S L
Decimal 201 51 18 0 0.75 0.91 0.21 10.82 0.84 0.43
Hex C9 33 12 0 4B 5B 15 B 54 2B
Octal 311 63 22 0 113 133 25 13 124 53
Binary 11001001 110011 10010 0 1001011 1011011 10101 1011 1010100 101011

Color Harmonies of #C93312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93312

Black with #C93312

Text Example


Text Example

White with #C93312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93312; }

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

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

background-color css

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

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

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

border-color css

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

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

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