Html Css Color HEX #C93410 Harley Davidson Orange

📋 copy color: '#C93410'

red 201 ◦ green 52 ◦ blue 16

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

Shades of Harley Davidson Orange #C93410

Tints of Harley Davidson Orange #C93410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 74.72%
G = 19.33%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C93410 (or 0xC93410) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 10. RGB value is (201,52,16). Sum of RGB (Red+Green+Blue) = 201+52+16=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C93410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93410 is #36CBEF. Grayscale: #5C5C5C. Windows color (decimal): -3591152 or 1062089. OLE color: 1062089.

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

Color convert

RGB 201 52 16 -
CMYK 0 0.74 0.92 0.21
HSL 11.68º 0.85% 0.43% -
HSV(B) 11.68º 0.92% 0.79% -
XYZ 25.41 14.91 2.03 -
YUV 92.45 84.86 205.43 -
System Red Green Blue C M Y K H S L
Decimal 201 52 16 0 0.74 0.92 0.21 11.68 0.85 0.43
Hex C9 34 10 0 4A 5C 15 C 55 2B
Octal 311 64 20 0 112 134 25 14 125 53
Binary 11001001 110100 10000 0 1001010 1011100 10101 1100 1010101 101011

Color Harmonies of #C93410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93410

Black with #C93410

Text Example


Text Example

White with #C93410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93410; }

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

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

background-color css

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

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

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

border-color css

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

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

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