Html Css Color HEX #C93610 Harley Davidson Orange

📋 copy color: '#C93610'

red 201 ◦ green 54 ◦ blue 16

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

Shades of Harley Davidson Orange #C93610

Tints of Harley Davidson Orange #C93610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

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

R = 74.17%
G = 19.93%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C93610 (or 0xC93610) is known color: Harley Davidson Orange. HEX triplet: C9, 36 and 10. RGB value is (201,54,16). Sum of RGB (Red+Green+Blue) = 201+54+16=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C93610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93610 is #36C9EF. Grayscale: #5D5D5D. Windows color (decimal): -3590640 or 1062601. OLE color: 1062601.

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

Color convert

RGB 201 54 16 -
CMYK 0 0.73 0.92 0.21
HSL 12.32º 0.85% 0.43% -
HSV(B) 12.32º 0.92% 0.79% -
XYZ 25.5 15.09 2.06 -
YUV 93.62 84.2 204.59 -
System Red Green Blue C M Y K H S L
Decimal 201 54 16 0 0.73 0.92 0.21 12.32 0.85 0.43
Hex C9 36 10 0 49 5C 15 C 55 2B
Octal 311 66 20 0 111 134 25 14 125 53
Binary 11001001 110110 10000 0 1001001 1011100 10101 1100 1010101 101011

Color Harmonies of #C93610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93610

Black with #C93610

Text Example


Text Example

White with #C93610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93610; }

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

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

background-color css

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

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

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

border-color css

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

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

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