Html Css Color HEX #C93300 Harley Davidson Orange

📋 copy color: '#C93300'

red 201 ◦ green 51 ◦ blue 0

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

Shades of Harley Davidson Orange #C93300

Tints of Harley Davidson Orange #C93300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

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

R = 79.76%
G = 20.24%
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

#C93300 (or 0xC93300) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 00. RGB value is (201,51,0). Sum of RGB (Red+Green+Blue) = 201+51+0=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C93300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93300 is #36CCFF. Grayscale: #5A5A5A. Windows color (decimal): -3591424 or 13257. OLE color: 13257.

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

Color convert

RGB 201 51 0 -
CMYK 0 0.75 1 0.21
HSL 15.22º 1% 0.39% -
HSV(B) 15.22º 1% 0.79% -
XYZ 25.27 14.79 1.52 -
YUV 90.04 77.2 207.15 -
System Red Green Blue C M Y K H S L
Decimal 201 51 0 0 0.75 1 0.21 15.22 1 0.39
Hex C9 33 0 0 4B 64 15 F 64 27
Octal 311 63 0 0 113 144 25 17 144 47
Binary 11001001 110011 0 0 1001011 1100100 10101 1111 1100100 100111

Color Harmonies of #C93300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93300

Black with #C93300

Text Example


Text Example

White with #C93300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93300; }

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

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

background-color css

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

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

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

border-color css

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

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

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