Html Css Color HEX #C93A00 Harley Davidson Orange

📋 copy color: '#C93A00'

red 201 ◦ green 58 ◦ blue 0

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

Shades of Harley Davidson Orange #C93A00

Tints of Harley Davidson Orange #C93A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.39%

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

R = 77.61%
G = 22.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C93A00 (or 0xC93A00) is known color: Harley Davidson Orange. HEX triplet: C9, 3A and 00. RGB value is (201,58,0). Sum of RGB (Red+Green+Blue) = 201+58+0=259 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.61% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93A00 is #36C5FF. Grayscale: #5E5E5E. Windows color (decimal): -3589632 or 15049. OLE color: 15049.

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

Color convert

RGB 201 58 0 -
CMYK 0 0.71 1 0.21
HSL 17.31º 1% 0.39% -
HSV(B) 17.31º 1% 0.79% -
XYZ 25.6 15.44 1.63 -
YUV 94.15 74.88 204.22 -
System Red Green Blue C M Y K H S L
Decimal 201 58 0 0 0.71 1 0.21 17.31 1 0.39
Hex C9 3A 0 0 47 64 15 11 64 27
Octal 311 72 0 0 107 144 25 21 144 47
Binary 11001001 111010 0 0 1000111 1100100 10101 10001 1100100 100111

Color Harmonies of #C93A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A00

Black with #C93A00

Text Example


Text Example

White with #C93A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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