Html Css Color HEX #C71F15 Harley Davidson Orange

📋 copy color: '#C71F15'

red 199 ◦ green 31 ◦ blue 21

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

Shades of Harley Davidson Orange #C71F15

Tints of Harley Davidson Orange #C71F15

RGB

 RED value IS 199 (78.13% from 255) = 79.28%

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

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 79.28%
G = 12.35%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C71F15 (or 0xC71F15) is known color: Harley Davidson Orange. HEX triplet: C7, 1F and 15. RGB value is (199,31,21). Sum of RGB (Red+Green+Blue) = 199+31+21=251 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.28% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71F15 is #38E0EA. Grayscale: #505050. Windows color (decimal): -3727595 or 1384391. OLE color: 1384391.

HSL color Cylindrical-coordinate representation of color #C71F15: hue angle of 3.37º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71F15 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 31 21 -
CMYK 0 0.84 0.89 0.22
HSL 3.37º 0.81% 0.43% -
HSV(B) 3.37º 0.89% 0.78% -
XYZ 24.18 13.18 1.98 -
YUV 80.09 94.66 212.81 -
System Red Green Blue C M Y K H S L
Decimal 199 31 21 0 0.84 0.89 0.22 3.37 0.81 0.43
Hex C7 1F 15 0 54 59 16 3 51 2B
Octal 307 37 25 0 124 131 26 3 121 53
Binary 11000111 11111 10101 0 1010100 1011001 10110 11 1010001 101011

Color Harmonies of #C71F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F15

Black with #C71F15

Text Example


Text Example

White with #C71F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F15; }

 p { color: rgb(199,31,21); }

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

background-color css

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

 a { background-color: rgb(199,31,21); }

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

border-color css

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

 span { border-color: rgb(199,31,21); }

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