Html Css Color HEX #C93800 Harley Davidson Orange

📋 copy color: '#C93800'

red 201 ◦ green 56 ◦ blue 0

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

Shades of Harley Davidson Orange #C93800

Tints of Harley Davidson Orange #C93800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.79%

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

R = 78.21%
G = 21.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C93800 (or 0xC93800) is known color: Harley Davidson Orange. HEX triplet: C9, 38 and 00. RGB value is (201,56,0). Sum of RGB (Red+Green+Blue) = 201+56+0=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C93800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93800 is #36C7FF. Grayscale: #5D5D5D. Windows color (decimal): -3590144 or 14537. OLE color: 14537.

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

Color convert

RGB 201 56 0 -
CMYK 0 0.72 1 0.21
HSL 16.72º 1% 0.39% -
HSV(B) 16.72º 1% 0.79% -
XYZ 25.5 15.25 1.6 -
YUV 92.97 75.54 205.05 -
System Red Green Blue C M Y K H S L
Decimal 201 56 0 0 0.72 1 0.21 16.72 1 0.39
Hex C9 38 0 0 48 64 15 11 64 27
Octal 311 70 0 0 110 144 25 21 144 47
Binary 11001001 111000 0 0 1001000 1100100 10101 10001 1100100 100111

Color Harmonies of #C93800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93800

Black with #C93800

Text Example


Text Example

White with #C93800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93800; }

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

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

background-color css

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

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

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

border-color css

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

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

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