Html Css Color HEX #C93121 Harley Davidson Orange

📋 copy color: '#C93121'

red 201 ◦ green 49 ◦ blue 33

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

Shades of Harley Davidson Orange #C93121

Tints of Harley Davidson Orange #C93121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.66%

R = 71.02%
G = 17.31%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C93121 (or 0xC93121) is known color: Harley Davidson Orange. HEX triplet: C9, 31 and 21. RGB value is (201,49,33). Sum of RGB (Red+Green+Blue) = 201+49+33=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C93121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93121 is #36CEDE. Grayscale: #5C5C5C. Windows color (decimal): -3591903 or 2175433. OLE color: 2175433.

HSL color Cylindrical-coordinate representation of color #C93121: hue angle of 5.71º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C93121 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 49 33 -
CMYK 0 0.76 0.84 0.21
HSL 5.71º 0.72% 0.46% -
HSV(B) 5.71º 0.84% 0.79% -
XYZ 25.46 14.72 2.94 -
YUV 92.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 201 49 33 0 0.76 0.84 0.21 5.71 0.72 0.46
Hex C9 31 21 0 4C 54 15 6 48 2E
Octal 311 61 41 0 114 124 25 6 110 56
Binary 11001001 110001 100001 0 1001100 1010100 10101 110 1001000 101110

Color Harmonies of #C93121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93121

Black with #C93121

Text Example


Text Example

White with #C93121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93121; }

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

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

background-color css

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

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

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

border-color css

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

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

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