Html Css Color HEX #C93412 Harley Davidson Orange

📋 copy color: '#C93412'

red 201 ◦ green 52 ◦ blue 18

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

Shades of Harley Davidson Orange #C93412

Tints of Harley Davidson Orange #C93412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

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

R = 74.17%
G = 19.19%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C93412 (or 0xC93412) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 12. RGB value is (201,52,18). Sum of RGB (Red+Green+Blue) = 201+52+18=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C93412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93412 is #36CBED. Grayscale: #5C5C5C. Windows color (decimal): -3591150 or 1193161. OLE color: 1193161.

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

Color convert

RGB 201 52 18 -
CMYK 0 0.74 0.91 0.21
HSL 11.15º 0.84% 0.43% -
HSV(B) 11.15º 0.91% 0.79% -
XYZ 25.42 14.92 2.11 -
YUV 92.68 85.86 205.26 -
System Red Green Blue C M Y K H S L
Decimal 201 52 18 0 0.74 0.91 0.21 11.15 0.84 0.43
Hex C9 34 12 0 4A 5B 15 B 54 2B
Octal 311 64 22 0 112 133 25 13 124 53
Binary 11001001 110100 10010 0 1001010 1011011 10101 1011 1010100 101011

Color Harmonies of #C93412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93412

Black with #C93412

Text Example


Text Example

White with #C93412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93412; }

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

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

background-color css

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

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

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

border-color css

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

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

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