Html Css Color HEX #C93500 Harley Davidson Orange

📋 copy color: '#C93500'

red 201 ◦ green 53 ◦ blue 0

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

Shades of Harley Davidson Orange #C93500

Tints of Harley Davidson Orange #C93500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.13%
G = 20.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C93500 (or 0xC93500) is known color: Harley Davidson Orange. HEX triplet: C9, 35 and 00. RGB value is (201,53,0). Sum of RGB (Red+Green+Blue) = 201+53+0=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C93500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93500 is #36CAFF. Grayscale: #5B5B5B. Windows color (decimal): -3590912 or 13769. OLE color: 13769.

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

Color convert

RGB 201 53 0 -
CMYK 0 0.74 1 0.21
HSL 15.82º 1% 0.39% -
HSV(B) 15.82º 1% 0.79% -
XYZ 25.36 14.96 1.55 -
YUV 91.21 76.53 206.31 -
System Red Green Blue C M Y K H S L
Decimal 201 53 0 0 0.74 1 0.21 15.82 1 0.39
Hex C9 35 0 0 4A 64 15 10 64 27
Octal 311 65 0 0 112 144 25 20 144 47
Binary 11001001 110101 0 0 1001010 1100100 10101 10000 1100100 100111

Color Harmonies of #C93500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93500

Black with #C93500

Text Example


Text Example

White with #C93500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93500; }

 p { color: rgb(201,53,0); }

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

background-color css

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

 a { background-color: rgb(201,53,0); }

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

border-color css

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

 span { border-color: rgb(201,53,0); }

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