Html Css Color HEX #C93200 Harley Davidson Orange

📋 copy color: '#C93200'

red 201 ◦ green 50 ◦ blue 0

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

Shades of Harley Davidson Orange #C93200

Tints of Harley Davidson Orange #C93200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.08%
G = 19.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C93200 (or 0xC93200) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 00. RGB value is (201,50,0). Sum of RGB (Red+Green+Blue) = 201+50+0=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C93200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93200 is #36CDFF. Grayscale: #595959. Windows color (decimal): -3591680 or 13001. OLE color: 13001.

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

Color convert

RGB 201 50 0 -
CMYK 0 0.75 1 0.21
HSL 14.93º 1% 0.39% -
HSV(B) 14.93º 1% 0.79% -
XYZ 25.23 14.7 1.51 -
YUV 89.45 77.53 207.57 -
System Red Green Blue C M Y K H S L
Decimal 201 50 0 0 0.75 1 0.21 14.93 1 0.39
Hex C9 32 0 0 4B 64 15 F 64 27
Octal 311 62 0 0 113 144 25 17 144 47
Binary 11001001 110010 0 0 1001011 1100100 10101 1111 1100100 100111

Color Harmonies of #C93200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93200

Black with #C93200

Text Example


Text Example

White with #C93200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93200; }

 p { color: rgb(201,50,0); }

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

background-color css

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

 a { background-color: rgb(201,50,0); }

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

border-color css

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

 span { border-color: rgb(201,50,0); }

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