Html Css Color HEX #C93212 Harley Davidson Orange

📋 copy color: '#C93212'

red 201 ◦ green 50 ◦ blue 18

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

Shades of Harley Davidson Orange #C93212

Tints of Harley Davidson Orange #C93212

RGB

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

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

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

R = 74.72%
G = 18.59%
B = 6.69%

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

#C93212 (or 0xC93212) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 12. RGB value is (201,50,18). Sum of RGB (Red+Green+Blue) = 201+50+18=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C93212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93212 is #36CDED. Grayscale: #5B5B5B. Windows color (decimal): -3591662 or 1192649. OLE color: 1192649.

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

Color convert

RGB 201 50 18 -
CMYK 0 0.75 0.91 0.21
HSL 10.49º 0.84% 0.43% -
HSV(B) 10.49º 0.91% 0.79% -
XYZ 25.34 14.74 2.08 -
YUV 91.5 86.53 206.1 -
System Red Green Blue C M Y K H S L
Decimal 201 50 18 0 0.75 0.91 0.21 10.49 0.84 0.43
Hex C9 32 12 0 4B 5B 15 A 54 2B
Octal 311 62 22 0 113 133 25 12 124 53
Binary 11001001 110010 10010 0 1001011 1011011 10101 1010 1010100 101011

Color Harmonies of #C93212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93212

Black with #C93212

Text Example


Text Example

White with #C93212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93212; }

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

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

background-color css

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

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

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

border-color css

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

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

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