Html Css Color HEX #C71F16 Harley Davidson Orange

📋 copy color: '#C71F16'

red 199 ◦ green 31 ◦ blue 22

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

Shades of Harley Davidson Orange #C71F16

Tints of Harley Davidson Orange #C71F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 78.97%
G = 12.3%
B = 8.73%

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

#C71F16 (or 0xC71F16) is known color: Harley Davidson Orange. HEX triplet: C7, 1F and 16. RGB value is (199,31,22). Sum of RGB (Red+Green+Blue) = 199+31+22=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71F16 is #38E0E9. Grayscale: #505050. Windows color (decimal): -3727594 or 1449927. OLE color: 1449927.

HSL color Cylindrical-coordinate representation of color #C71F16: hue angle of 3.05º degrees, saturation: 0.8, 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 #C71F16 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 31 22 -
CMYK 0 0.84 0.89 0.22
HSL 3.05º 0.8% 0.43% -
HSV(B) 3.05º 0.89% 0.78% -
XYZ 24.19 13.18 2.03 -
YUV 80.21 95.16 212.73 -
System Red Green Blue C M Y K H S L
Decimal 199 31 22 0 0.84 0.89 0.22 3.05 0.8 0.43
Hex C7 1F 16 0 54 59 16 3 50 2B
Octal 307 37 26 0 124 131 26 3 120 53
Binary 11000111 11111 10110 0 1010100 1011001 10110 11 1010000 101011

Color Harmonies of #C71F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F16

Black with #C71F16

Text Example


Text Example

White with #C71F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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