Html Css Color HEX #C93019 Harley Davidson Orange

📋 copy color: '#C93019'

red 201 ◦ green 48 ◦ blue 25

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

Shades of Harley Davidson Orange #C93019

Tints of Harley Davidson Orange #C93019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.52%

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

R = 73.36%
G = 17.52%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C93019 (or 0xC93019) is known color: Harley Davidson Orange. HEX triplet: C9, 30 and 19. RGB value is (201,48,25). Sum of RGB (Red+Green+Blue) = 201+48+25=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C93019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93019 is #36CFE6. Grayscale: #5B5B5B. Windows color (decimal): -3592167 or 1650889. OLE color: 1650889.

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

Color convert

RGB 201 48 25 -
CMYK 0 0.76 0.88 0.21
HSL 7.84º 0.78% 0.44% -
HSV(B) 7.84º 0.88% 0.79% -
XYZ 25.32 14.6 2.4 -
YUV 91.13 90.69 206.37 -
System Red Green Blue C M Y K H S L
Decimal 201 48 25 0 0.76 0.88 0.21 7.84 0.78 0.44
Hex C9 30 19 0 4C 58 15 8 4E 2C
Octal 311 60 31 0 114 130 25 10 116 54
Binary 11001001 110000 11001 0 1001100 1011000 10101 1000 1001110 101100

Color Harmonies of #C93019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93019

Black with #C93019

Text Example


Text Example

White with #C93019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93019; }

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

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

background-color css

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

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

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

border-color css

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

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

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