Html Css Color HEX #C93501 Harley Davidson Orange

📋 copy color: '#C93501'

red 201 ◦ green 53 ◦ blue 1

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

Shades of Harley Davidson Orange #C93501

Tints of Harley Davidson Orange #C93501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 78.82%
G = 20.78%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C93501 (or 0xC93501) is known color: Harley Davidson Orange. HEX triplet: C9, 35 and 01. RGB value is (201,53,1). Sum of RGB (Red+Green+Blue) = 201+53+1=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C93501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93501 is #36CAFE. Grayscale: #5B5B5B. Windows color (decimal): -3590911 or 79305. OLE color: 79305.

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

Color convert

RGB 201 53 1 -
CMYK 0 0.74 1.00 0.21
HSL 15.6º 0.99% 0.4% -
HSV(B) 15.6º 1% 0.79% -
XYZ 25.37 14.97 1.58 -
YUV 91.32 77.03 206.23 -
System Red Green Blue C M Y K H S L
Decimal 201 53 1 0 0.74 1.00 0.21 15.6 0.99 0.4
Hex C9 35 1 0 4A 64 15 10 63 28
Octal 311 65 1 0 112 144 25 20 143 50
Binary 11001001 110101 1 0 1001010 1100100 10101 10000 1100011 101000

Color Harmonies of #C93501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93501

Black with #C93501

Text Example


Text Example

White with #C93501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93501; }

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

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

background-color css

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

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

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

border-color css

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

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

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