Html Css Color HEX #C93502 Harley Davidson Orange

📋 copy color: '#C93502'

red 201 ◦ green 53 ◦ blue 2

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

Shades of Harley Davidson Orange #C93502

Tints of Harley Davidson Orange #C93502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 78.52%
G = 20.7%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C93502 (or 0xC93502) is known color: Harley Davidson Orange. HEX triplet: C9, 35 and 02. RGB value is (201,53,2). Sum of RGB (Red+Green+Blue) = 201+53+2=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C93502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93502 is #36CAFD. Grayscale: #5B5B5B. Windows color (decimal): -3590910 or 144841. OLE color: 144841.

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

Color convert

RGB 201 53 2 -
CMYK 0 0.74 0.99 0.21
HSL 15.38º 0.98% 0.4% -
HSV(B) 15.38º 0.99% 0.79% -
XYZ 25.37 14.97 1.61 -
YUV 91.44 77.53 206.15 -
System Red Green Blue C M Y K H S L
Decimal 201 53 2 0 0.74 0.99 0.21 15.38 0.98 0.4
Hex C9 35 2 0 4A 63 15 F 62 28
Octal 311 65 2 0 112 143 25 17 142 50
Binary 11001001 110101 10 0 1001010 1100011 10101 1111 1100010 101000

Color Harmonies of #C93502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93502

Black with #C93502

Text Example


Text Example

White with #C93502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93502; }

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

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

background-color css

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

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

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

border-color css

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

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

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