Html Css Color HEX #C7471E Harley Davidson Orange

📋 copy color: '#C7471E'

red 199 ◦ green 71 ◦ blue 30

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

Shades of Harley Davidson Orange #C7471E

Tints of Harley Davidson Orange #C7471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

 BLUE value IS 30 (12.11% from 255) = 10%

R = 66.33%
G = 23.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7471E (or 0xC7471E) is known color: Harley Davidson Orange. HEX triplet: C7, 47 and 1E. RGB value is (199,71,30). Sum of RGB (Red+Green+Blue) = 199+71+30=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C7471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7471E is #38B8E1. Grayscale: #686868. Windows color (decimal): -3717346 or 1984455. OLE color: 1984455.

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

Color convert

RGB 199 71 30 -
CMYK 0 0.64 0.85 0.22
HSL 14.56º 0.74% 0.45% -
HSV(B) 14.56º 0.85% 0.78% -
XYZ 26.04 16.74 3.09 -
YUV 104.6 85.91 195.33 -
System Red Green Blue C M Y K H S L
Decimal 199 71 30 0 0.64 0.85 0.22 14.56 0.74 0.45
Hex C7 47 1E 0 40 55 16 F 4A 2D
Octal 307 107 36 0 100 125 26 17 112 55
Binary 11000111 1000111 11110 0 1000000 1010101 10110 1111 1001010 101101

Color Harmonies of #C7471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7471E

Black with #C7471E

Text Example


Text Example

White with #C7471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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