Html Css Color HEX #C71E05 Harley Davidson Orange

📋 copy color: '#C71E05'

red 199 ◦ green 30 ◦ blue 5

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

Shades of Harley Davidson Orange #C71E05

Tints of Harley Davidson Orange #C71E05

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.82%

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

R = 85.04%
G = 12.82%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C71E05 (or 0xC71E05) is known color: Harley Davidson Orange. HEX triplet: C7, 1E and 05. RGB value is (199,30,5). Sum of RGB (Red+Green+Blue) = 199+30+5=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71E05 is #38E1FA. Grayscale: #4D4D4D. Windows color (decimal): -3727867 or 335559. OLE color: 335559.

HSL color Cylindrical-coordinate representation of color #C71E05: hue angle of 7.73º 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 #C71E05 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 30 5 -
CMYK 0 0.85 0.97 0.22
HSL 7.73º 0.95% 0.4% -
HSV(B) 7.73º 0.97% 0.78% -
XYZ 24.04 13.08 1.4 -
YUV 77.68 86.99 214.53 -
System Red Green Blue C M Y K H S L
Decimal 199 30 5 0 0.85 0.97 0.22 7.73 0.95 0.4
Hex C7 1E 5 0 55 61 16 8 5F 28
Octal 307 36 5 0 125 141 26 10 137 50
Binary 11000111 11110 101 0 1010101 1100001 10110 1000 1011111 101000

Color Harmonies of #C71E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E05

Black with #C71E05

Text Example


Text Example

White with #C71E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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