Html Css Color HEX #C71C05 Harley Davidson Orange

📋 copy color: '#C71C05'

red 199 ◦ green 28 ◦ blue 5

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

Shades of Harley Davidson Orange #C71C05

Tints of Harley Davidson Orange #C71C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.07%

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

R = 85.78%
G = 12.07%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C71C05 (or 0xC71C05) is known color: Harley Davidson Orange. HEX triplet: C7, 1C and 05. RGB value is (199,28,5). Sum of RGB (Red+Green+Blue) = 199+28+5=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71C05 is #38E3FA. Grayscale: #4C4C4C. Windows color (decimal): -3728379 or 335047. OLE color: 335047.

HSL color Cylindrical-coordinate representation of color #C71C05: hue angle of 7.11º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C71C05 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 28 5 -
CMYK 0 0.86 0.97 0.22
HSL 7.11º 0.95% 0.4% -
HSV(B) 7.11º 0.97% 0.78% -
XYZ 24 12.98 1.38 -
YUV 76.51 87.65 215.37 -
System Red Green Blue C M Y K H S L
Decimal 199 28 5 0 0.86 0.97 0.22 7.11 0.95 0.4
Hex C7 1C 5 0 56 61 16 7 5F 28
Octal 307 34 5 0 126 141 26 7 137 50
Binary 11000111 11100 101 0 1010110 1100001 10110 111 1011111 101000

Color Harmonies of #C71C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71C05

Black with #C71C05

Text Example


Text Example

White with #C71C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71C05; }

 p { color: rgb(199,28,5); }

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

background-color css

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

 a { background-color: rgb(199,28,5); }

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

border-color css

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

 span { border-color: rgb(199,28,5); }

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