Html Css Color HEX #C92512 Harley Davidson Orange

📋 copy color: '#C92512'

red 201 ◦ green 37 ◦ blue 18

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

Shades of Harley Davidson Orange #C92512

Tints of Harley Davidson Orange #C92512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 78.52%
G = 14.45%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C92512 (or 0xC92512) is known color: Harley Davidson Orange. HEX triplet: C9, 25 and 12. RGB value is (201,37,18). Sum of RGB (Red+Green+Blue) = 201+37+18=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C92512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92512 is #36DAED. Grayscale: #545454. Windows color (decimal): -3594990 or 1189321. OLE color: 1189321.

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

Color convert

RGB 201 37 18 -
CMYK 0 0.82 0.91 0.21
HSL 6.23º 0.84% 0.43% -
HSV(B) 6.23º 0.91% 0.79% -
XYZ 24.86 13.78 1.92 -
YUV 83.87 90.83 211.54 -
System Red Green Blue C M Y K H S L
Decimal 201 37 18 0 0.82 0.91 0.21 6.23 0.84 0.43
Hex C9 25 12 0 52 5B 15 6 54 2B
Octal 311 45 22 0 122 133 25 6 124 53
Binary 11001001 100101 10010 0 1010010 1011011 10101 110 1010100 101011

Color Harmonies of #C92512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92512

Black with #C92512

Text Example


Text Example

White with #C92512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92512; }

 p { color: rgb(201,37,18); }

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

background-color css

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

 a { background-color: rgb(201,37,18); }

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

border-color css

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

 span { border-color: rgb(201,37,18); }

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