Html Css Color HEX #C91D14 Harley Davidson Orange

📋 copy color: '#C91D14'

red 201 ◦ green 29 ◦ blue 20

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

Shades of Harley Davidson Orange #C91D14

Tints of Harley Davidson Orange #C91D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.6%

 BLUE value IS 20 (8.2% from 255) = 8%

R = 80.4%
G = 11.6%
B = 8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C91D14 (or 0xC91D14) is known color: Harley Davidson Orange. HEX triplet: C9, 1D and 14. RGB value is (201,29,20). Sum of RGB (Red+Green+Blue) = 201+29+20=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91D14 is #36E2EB. Grayscale: #4F4F4F. Windows color (decimal): -3597036 or 1318345. OLE color: 1318345.

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

Color convert

RGB 201 29 20 -
CMYK 0 0.86 0.90 0.21
HSL 2.98º 0.82% 0.43% -
HSV(B) 2.98º 0.9% 0.79% -
XYZ 24.65 13.35 1.94 -
YUV 79.4 94.48 214.73 -
System Red Green Blue C M Y K H S L
Decimal 201 29 20 0 0.86 0.90 0.21 2.98 0.82 0.43
Hex C9 1D 14 0 56 5A 15 3 52 2B
Octal 311 35 24 0 126 132 25 3 122 53
Binary 11001001 11101 10100 0 1010110 1011010 10101 11 1010010 101011

Color Harmonies of #C91D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91D14

Black with #C91D14

Text Example


Text Example

White with #C91D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91D14; }

 p { color: rgb(201,29,20); }

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

background-color css

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

 a { background-color: rgb(201,29,20); }

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

border-color css

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

 span { border-color: rgb(201,29,20); }

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