Html Css Color HEX #C93319 Harley Davidson Orange

📋 copy color: '#C93319'

red 201 ◦ green 51 ◦ blue 25

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

Shades of Harley Davidson Orange #C93319

Tints of Harley Davidson Orange #C93319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

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

R = 72.56%
G = 18.41%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C93319 (or 0xC93319) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 19. RGB value is (201,51,25). Sum of RGB (Red+Green+Blue) = 201+51+25=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C93319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93319 is #36CCE6. Grayscale: #5D5D5D. Windows color (decimal): -3591399 or 1651657. OLE color: 1651657.

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

Color convert

RGB 201 51 25 -
CMYK 0 0.75 0.88 0.21
HSL 8.86º 0.78% 0.44% -
HSV(B) 8.86º 0.88% 0.79% -
XYZ 25.45 14.86 2.45 -
YUV 92.89 89.7 205.11 -
System Red Green Blue C M Y K H S L
Decimal 201 51 25 0 0.75 0.88 0.21 8.86 0.78 0.44
Hex C9 33 19 0 4B 58 15 9 4E 2C
Octal 311 63 31 0 113 130 25 11 116 54
Binary 11001001 110011 11001 0 1001011 1011000 10101 1001 1001110 101100

Color Harmonies of #C93319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93319

Black with #C93319

Text Example


Text Example

White with #C93319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93319; }

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

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

background-color css

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

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

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

border-color css

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

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

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