Html Css Color HEX #C91F05 Harley Davidson Orange

📋 copy color: '#C91F05'

red 201 ◦ green 31 ◦ blue 5

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

Shades of Harley Davidson Orange #C91F05

Tints of Harley Davidson Orange #C91F05

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.08%

 BLUE value IS 5 (2.34% from 255) = 2.11%

R = 84.81%
G = 13.08%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C91F05 (or 0xC91F05) is known color: Harley Davidson Orange. HEX triplet: C9, 1F and 05. RGB value is (201,31,5). Sum of RGB (Red+Green+Blue) = 201+31+5=237 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.81% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91F05 is #36E0FA. Grayscale: #4F4F4F. Windows color (decimal): -3596539 or 335817. OLE color: 335817.

HSL color Cylindrical-coordinate representation of color #C91F05: hue angle of 7.96º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C91F05 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 31 5 -
CMYK 0 0.85 0.98 0.21
HSL 7.96º 0.95% 0.4% -
HSV(B) 7.96º 0.98% 0.79% -
XYZ 24.6 13.41 1.43 -
YUV 78.87 86.32 215.11 -
System Red Green Blue C M Y K H S L
Decimal 201 31 5 0 0.85 0.98 0.21 7.96 0.95 0.4
Hex C9 1F 5 0 55 62 15 8 5F 28
Octal 311 37 5 0 125 142 25 10 137 50
Binary 11001001 11111 101 0 1010101 1100010 10101 1000 1011111 101000

Color Harmonies of #C91F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91F05

Black with #C91F05

Text Example


Text Example

White with #C91F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91F05; }

 p { color: rgb(201,31,5); }

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

background-color css

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

 a { background-color: rgb(201,31,5); }

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

border-color css

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

 span { border-color: rgb(201,31,5); }

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