Html Css Color HEX #C92C14 Harley Davidson Orange

📋 copy color: '#C92C14'

red 201 ◦ green 44 ◦ blue 20

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

Shades of Harley Davidson Orange #C92C14

Tints of Harley Davidson Orange #C92C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.55%

R = 75.85%
G = 16.6%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C92C14 (or 0xC92C14) is known color: Harley Davidson Orange. HEX triplet: C9, 2C and 14. RGB value is (201,44,20). Sum of RGB (Red+Green+Blue) = 201+44+20=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92C14 is #36D3EB. Grayscale: #585858. Windows color (decimal): -3593196 or 1322185. OLE color: 1322185.

HSL color Cylindrical-coordinate representation of color #C92C14: hue angle of 7.96º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C92C14 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 44 20 -
CMYK 0 0.78 0.90 0.21
HSL 7.96º 0.82% 0.43% -
HSV(B) 7.96º 0.9% 0.79% -
XYZ 25.11 14.27 2.09 -
YUV 88.21 89.51 208.45 -
System Red Green Blue C M Y K H S L
Decimal 201 44 20 0 0.78 0.90 0.21 7.96 0.82 0.43
Hex C9 2C 14 0 4E 5A 15 8 52 2B
Octal 311 54 24 0 116 132 25 10 122 53
Binary 11001001 101100 10100 0 1001110 1011010 10101 1000 1010010 101011

Color Harmonies of #C92C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92C14

Black with #C92C14

Text Example


Text Example

White with #C92C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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