Html Css Color HEX #C93B01 Harley Davidson Orange

📋 copy color: '#C93B01'

red 201 ◦ green 59 ◦ blue 1

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

Shades of Harley Davidson Orange #C93B01

Tints of Harley Davidson Orange #C93B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.61%

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

R = 77.01%
G = 22.61%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C93B01 (or 0xC93B01) is known color: Harley Davidson Orange. HEX triplet: C9, 3B and 01. RGB value is (201,59,1). Sum of RGB (Red+Green+Blue) = 201+59+1=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93B01 is #36C4FE. Grayscale: #5F5F5F. Windows color (decimal): -3589375 or 80841. OLE color: 80841.

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

Color convert

RGB 201 59 1 -
CMYK 0 0.71 1.00 0.21
HSL 17.4º 0.99% 0.4% -
HSV(B) 17.4º 1% 0.79% -
XYZ 25.66 15.55 1.68 -
YUV 94.85 75.04 203.72 -
System Red Green Blue C M Y K H S L
Decimal 201 59 1 0 0.71 1.00 0.21 17.4 0.99 0.4
Hex C9 3B 1 0 47 64 15 11 63 28
Octal 311 73 1 0 107 144 25 21 143 50
Binary 11001001 111011 1 0 1000111 1100100 10101 10001 1100011 101000

Color Harmonies of #C93B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93B01

Black with #C93B01

Text Example


Text Example

White with #C93B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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