Html Css Color HEX #C7371E Harley Davidson Orange

📋 copy color: '#C7371E'

red 199 ◦ green 55 ◦ blue 30

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

Shades of Harley Davidson Orange #C7371E

Tints of Harley Davidson Orange #C7371E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.37%

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

R = 70.07%
G = 19.37%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7371E (or 0xC7371E) is known color: Harley Davidson Orange. HEX triplet: C7, 37 and 1E. RGB value is (199,55,30). Sum of RGB (Red+Green+Blue) = 199+55+30=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C7371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7371E is #38C8E1. Grayscale: #5F5F5F. Windows color (decimal): -3721442 or 1980359. OLE color: 1980359.

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

Color convert

RGB 199 55 30 -
CMYK 0 0.72 0.85 0.22
HSL 8.88º 0.74% 0.45% -
HSV(B) 8.88º 0.85% 0.78% -
XYZ 25.15 14.97 2.79 -
YUV 95.21 91.21 202.03 -
System Red Green Blue C M Y K H S L
Decimal 199 55 30 0 0.72 0.85 0.22 8.88 0.74 0.45
Hex C7 37 1E 0 48 55 16 9 4A 2D
Octal 307 67 36 0 110 125 26 11 112 55
Binary 11000111 110111 11110 0 1001000 1010101 10110 1001 1001010 101101

Color Harmonies of #C7371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7371E

Black with #C7371E

Text Example


Text Example

White with #C7371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7371E; }

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

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

background-color css

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

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

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

border-color css

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

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

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