Html Css Color HEX #C93021 Harley Davidson Orange

📋 copy color: '#C93021'

red 201 ◦ green 48 ◦ blue 33

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

Shades of Harley Davidson Orange #C93021

Tints of Harley Davidson Orange #C93021

RGB

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

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

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

R = 71.28%
G = 17.02%
B = 11.7%

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

#C93021 (or 0xC93021) is known color: Harley Davidson Orange. HEX triplet: C9, 30 and 21. RGB value is (201,48,33). Sum of RGB (Red+Green+Blue) = 201+48+33=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C93021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93021 is #36CFDE. Grayscale: #5C5C5C. Windows color (decimal): -3592159 or 2175177. OLE color: 2175177.

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

Color convert

RGB 201 48 33 -
CMYK 0 0.76 0.84 0.21
HSL 5.36º 0.72% 0.46% -
HSV(B) 5.36º 0.84% 0.79% -
XYZ 25.42 14.64 2.93 -
YUV 92.04 94.69 205.72 -
System Red Green Blue C M Y K H S L
Decimal 201 48 33 0 0.76 0.84 0.21 5.36 0.72 0.46
Hex C9 30 21 0 4C 54 15 5 48 2E
Octal 311 60 41 0 114 124 25 5 110 56
Binary 11001001 110000 100001 0 1001100 1010100 10101 101 1001000 101110

Color Harmonies of #C93021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93021

Black with #C93021

Text Example


Text Example

White with #C93021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93021; }

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

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

background-color css

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

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

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

border-color css

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

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

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