Html Css Color HEX #C91C13 Harley Davidson Orange

📋 copy color: '#C91C13'

red 201 ◦ green 28 ◦ blue 19

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

Shades of Harley Davidson Orange #C91C13

Tints of Harley Davidson Orange #C91C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.29%

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 81.05%
G = 11.29%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C91C13 (or 0xC91C13) is known color: Harley Davidson Orange. HEX triplet: C9, 1C and 13. RGB value is (201,28,19). Sum of RGB (Red+Green+Blue) = 201+28+19=248 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.05% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91C13 is #36E3EC. Grayscale: #4E4E4E. Windows color (decimal): -3597293 or 1252553. OLE color: 1252553.

HSL color Cylindrical-coordinate representation of color #C91C13: hue angle of 2.97º degrees, saturation: 0.83, 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 #C91C13 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 28 19 -
CMYK 0 0.86 0.91 0.21
HSL 2.97º 0.83% 0.43% -
HSV(B) 2.97º 0.91% 0.79% -
XYZ 24.62 13.3 1.88 -
YUV 78.7 94.31 215.23 -
System Red Green Blue C M Y K H S L
Decimal 201 28 19 0 0.86 0.91 0.21 2.97 0.83 0.43
Hex C9 1C 13 0 56 5B 15 3 53 2B
Octal 311 34 23 0 126 133 25 3 123 53
Binary 11001001 11100 10011 0 1010110 1011011 10101 11 1010011 101011

Color Harmonies of #C91C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91C13

Black with #C91C13

Text Example


Text Example

White with #C91C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91C13; }

 p { color: rgb(201,28,19); }

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

background-color css

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

 a { background-color: rgb(201,28,19); }

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

border-color css

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

 span { border-color: rgb(201,28,19); }

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