Html Css Color HEX #C93000 Harley Davidson Orange

📋 copy color: '#C93000'

red 201 ◦ green 48 ◦ blue 0

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

Shades of Harley Davidson Orange #C93000

Tints of Harley Davidson Orange #C93000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

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

R = 80.72%
G = 19.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C93000 (or 0xC93000) is known color: Harley Davidson Orange. HEX triplet: C9, 30 and 00. RGB value is (201,48,0). Sum of RGB (Red+Green+Blue) = 201+48+0=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C93000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93000 is #36CFFF. Grayscale: #585858. Windows color (decimal): -3592192 or 12489. OLE color: 12489.

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

Color convert

RGB 201 48 0 -
CMYK 0 0.76 1 0.21
HSL 14.33º 1% 0.39% -
HSV(B) 14.33º 1% 0.79% -
XYZ 25.14 14.53 1.48 -
YUV 88.28 78.19 208.4 -
System Red Green Blue C M Y K H S L
Decimal 201 48 0 0 0.76 1 0.21 14.33 1 0.39
Hex C9 30 0 0 4C 64 15 E 64 27
Octal 311 60 0 0 114 144 25 16 144 47
Binary 11001001 110000 0 0 1001100 1100100 10101 1110 1100100 100111

Color Harmonies of #C93000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93000

Black with #C93000

Text Example


Text Example

White with #C93000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93000; }

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

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

background-color css

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

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

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

border-color css

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

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

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