Html Css Color HEX #C92319 Harley Davidson Orange

📋 copy color: '#C92319'

red 201 ◦ green 35 ◦ blue 25

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

Shades of Harley Davidson Orange #C92319

Tints of Harley Davidson Orange #C92319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

 BLUE value IS 25 (10.16% from 255) = 9.58%

R = 77.01%
G = 13.41%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C92319 (or 0xC92319) is known color: Harley Davidson Orange. HEX triplet: C9, 23 and 19. RGB value is (201,35,25). Sum of RGB (Red+Green+Blue) = 201+35+25=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C92319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92319 is #36DCE6. Grayscale: #535353. Windows color (decimal): -3595495 or 1647561. OLE color: 1647561.

HSL color Cylindrical-coordinate representation of color #C92319: hue angle of 3.41º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C92319 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 25 -
CMYK 0 0.83 0.88 0.21
HSL 3.41º 0.78% 0.44% -
HSV(B) 3.41º 0.88% 0.79% -
XYZ 24.86 13.69 2.25 -
YUV 83.49 95 211.81 -
System Red Green Blue C M Y K H S L
Decimal 201 35 25 0 0.83 0.88 0.21 3.41 0.78 0.44
Hex C9 23 19 0 53 58 15 3 4E 2C
Octal 311 43 31 0 123 130 25 3 116 54
Binary 11001001 100011 11001 0 1010011 1011000 10101 11 1001110 101100

Color Harmonies of #C92319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92319

Black with #C92319

Text Example


Text Example

White with #C92319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92319; }

 p { color: rgb(201,35,25); }

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

background-color css

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

 a { background-color: rgb(201,35,25); }

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

border-color css

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

 span { border-color: rgb(201,35,25); }

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