Html Css Color HEX #C71D14 Harley Davidson Orange

📋 copy color: '#C71D14'

red 199 ◦ green 29 ◦ blue 20

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

Shades of Harley Davidson Orange #C71D14

Tints of Harley Davidson Orange #C71D14

RGB

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

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

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

R = 80.24%
G = 11.69%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C71D14 (or 0xC71D14) is known color: Harley Davidson Orange. HEX triplet: C7, 1D and 14. RGB value is (199,29,20). Sum of RGB (Red+Green+Blue) = 199+29+20=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71D14 is #38E2EB. Grayscale: #4F4F4F. Windows color (decimal): -3728108 or 1318343. OLE color: 1318343.

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

Color convert

RGB 199 29 20 -
CMYK 0 0.85 0.90 0.22
HSL 3.02º 0.82% 0.43% -
HSV(B) 3.02º 0.9% 0.78% -
XYZ 24.12 13.07 1.91 -
YUV 78.8 94.82 213.73 -
System Red Green Blue C M Y K H S L
Decimal 199 29 20 0 0.85 0.90 0.22 3.02 0.82 0.43
Hex C7 1D 14 0 55 5A 16 3 52 2B
Octal 307 35 24 0 125 132 26 3 122 53
Binary 11000111 11101 10100 0 1010101 1011010 10110 11 1010010 101011

Color Harmonies of #C71D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71D14

Black with #C71D14

Text Example


Text Example

White with #C71D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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