Html Css Color HEX #C93401 Harley Davidson Orange

📋 copy color: '#C93401'

red 201 ◦ green 52 ◦ blue 1

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

Shades of Harley Davidson Orange #C93401

Tints of Harley Davidson Orange #C93401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.47%

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

R = 79.13%
G = 20.47%
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

#C93401 (or 0xC93401) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 01. RGB value is (201,52,1). Sum of RGB (Red+Green+Blue) = 201+52+1=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C93401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93401 is #36CBFE. Grayscale: #5B5B5B. Windows color (decimal): -3591167 or 79049. OLE color: 79049.

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

Color convert

RGB 201 52 1 -
CMYK 0 0.74 1.00 0.21
HSL 15.3º 0.99% 0.4% -
HSV(B) 15.3º 1% 0.79% -
XYZ 25.32 14.88 1.57 -
YUV 90.74 77.36 206.65 -
System Red Green Blue C M Y K H S L
Decimal 201 52 1 0 0.74 1.00 0.21 15.3 0.99 0.4
Hex C9 34 1 0 4A 64 15 F 63 28
Octal 311 64 1 0 112 144 25 17 143 50
Binary 11001001 110100 1 0 1001010 1100100 10101 1111 1100011 101000

Color Harmonies of #C93401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93401

Black with #C93401

Text Example


Text Example

White with #C93401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93401; }

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

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

background-color css

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

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

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

border-color css

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

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

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