Html Css Color HEX #C93101 Harley Davidson Orange

📋 copy color: '#C93101'

red 201 ◦ green 49 ◦ blue 1

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

Shades of Harley Davidson Orange #C93101

Tints of Harley Davidson Orange #C93101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.52%

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

R = 80.08%
G = 19.52%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C93101 (or 0xC93101) is known color: Harley Davidson Orange. HEX triplet: C9, 31 and 01. RGB value is (201,49,1). Sum of RGB (Red+Green+Blue) = 201+49+1=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C93101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93101 is #36CEFE. Grayscale: #595959. Windows color (decimal): -3591935 or 78281. OLE color: 78281.

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

Color convert

RGB 201 49 1 -
CMYK 0 0.76 1.00 0.21
HSL 14.4º 0.99% 0.4% -
HSV(B) 14.4º 1% 0.79% -
XYZ 25.19 14.62 1.52 -
YUV 88.98 78.36 207.9 -
System Red Green Blue C M Y K H S L
Decimal 201 49 1 0 0.76 1.00 0.21 14.4 0.99 0.4
Hex C9 31 1 0 4C 64 15 E 63 28
Octal 311 61 1 0 114 144 25 16 143 50
Binary 11001001 110001 1 0 1001100 1100100 10101 1110 1100011 101000

Color Harmonies of #C93101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93101

Black with #C93101

Text Example


Text Example

White with #C93101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93101; }

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

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

background-color css

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

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

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

border-color css

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

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

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