Html Css Color HEX #C93100 Harley Davidson Orange

📋 copy color: '#C93100'

red 201 ◦ green 49 ◦ blue 0

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

Shades of Harley Davidson Orange #C93100

Tints of Harley Davidson Orange #C93100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

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

R = 80.4%
G = 19.6%
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

#C93100 (or 0xC93100) is known color: Harley Davidson Orange. HEX triplet: C9, 31 and 00. RGB value is (201,49,0). Sum of RGB (Red+Green+Blue) = 201+49+0=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C93100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93100 is #36CEFF. Grayscale: #595959. Windows color (decimal): -3591936 or 12745. OLE color: 12745.

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

Color convert

RGB 201 49 0 -
CMYK 0 0.76 1 0.21
HSL 14.63º 1% 0.39% -
HSV(B) 14.63º 1% 0.79% -
XYZ 25.19 14.61 1.49 -
YUV 88.86 77.86 207.98 -
System Red Green Blue C M Y K H S L
Decimal 201 49 0 0 0.76 1 0.21 14.63 1 0.39
Hex C9 31 0 0 4C 64 15 F 64 27
Octal 311 61 0 0 114 144 25 17 144 47
Binary 11001001 110001 0 0 1001100 1100100 10101 1111 1100100 100111

Color Harmonies of #C93100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93100

Black with #C93100

Text Example


Text Example

White with #C93100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93100; }

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

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

background-color css

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

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

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

border-color css

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

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

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