Html Css Color HEX #C71D0C Harley Davidson Orange

📋 copy color: '#C71D0C'

red 199 ◦ green 29 ◦ blue 12

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

Shades of Harley Davidson Orange #C71D0C

Tints of Harley Davidson Orange #C71D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 82.92%
G = 12.08%
B = 5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C71D0C (or 0xC71D0C) is known color: Harley Davidson Orange. HEX triplet: C7, 1D and 0C. RGB value is (199,29,12). Sum of RGB (Red+Green+Blue) = 199+29+12=240 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.92% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71D0C is #38E2F3. Grayscale: #4E4E4E. Windows color (decimal): -3728116 or 794055. OLE color: 794055.

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

Color convert

RGB 199 29 12 -
CMYK 0 0.85 0.94 0.22
HSL 5.45º 0.89% 0.41% -
HSV(B) 5.45º 0.94% 0.78% -
XYZ 24.06 13.05 1.6 -
YUV 77.89 90.82 214.38 -
System Red Green Blue C M Y K H S L
Decimal 199 29 12 0 0.85 0.94 0.22 5.45 0.89 0.41
Hex C7 1D C 0 55 5E 16 5 59 29
Octal 307 35 14 0 125 136 26 5 131 51
Binary 11000111 11101 1100 0 1010101 1011110 10110 101 1011001 101001

Color Harmonies of #C71D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71D0C

Black with #C71D0C

Text Example


Text Example

White with #C71D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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