Html Css Color HEX #C92C20 Harley Davidson Orange

📋 copy color: '#C92C20'

red 201 ◦ green 44 ◦ blue 32

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

Shades of Harley Davidson Orange #C92C20

Tints of Harley Davidson Orange #C92C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.88%

 BLUE value IS 32 (12.89% from 255) = 11.55%

R = 72.56%
G = 15.88%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C92C20 (or 0xC92C20) is known color: Harley Davidson Orange. HEX triplet: C9, 2C and 20. RGB value is (201,44,32). Sum of RGB (Red+Green+Blue) = 201+44+32=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92C20 is #36D3DF. Grayscale: #595959. Windows color (decimal): -3593184 or 2108617. OLE color: 2108617.

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

Color convert

RGB 201 44 32 -
CMYK 0 0.78 0.84 0.21
HSL 4.26º 0.73% 0.46% -
HSV(B) 4.26º 0.84% 0.79% -
XYZ 25.25 14.32 2.8 -
YUV 89.58 95.51 207.48 -
System Red Green Blue C M Y K H S L
Decimal 201 44 32 0 0.78 0.84 0.21 4.26 0.73 0.46
Hex C9 2C 20 0 4E 54 15 4 49 2E
Octal 311 54 40 0 116 124 25 4 111 56
Binary 11001001 101100 100000 0 1001110 1010100 10101 100 1001001 101110

Color Harmonies of #C92C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92C20

Black with #C92C20

Text Example


Text Example

White with #C92C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92C20; }

 p { color: rgb(201,44,32); }

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

background-color css

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

 a { background-color: rgb(201,44,32); }

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

border-color css

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

 span { border-color: rgb(201,44,32); }

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