Html Css Color HEX #C7371D Harley Davidson Orange

📋 copy color: '#C7371D'

red 199 ◦ green 55 ◦ blue 29

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

Shades of Harley Davidson Orange #C7371D

Tints of Harley Davidson Orange #C7371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 70.32%
G = 19.43%
B = 10.25%

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

#C7371D (or 0xC7371D) is known color: Harley Davidson Orange. HEX triplet: C7, 37 and 1D. RGB value is (199,55,29). Sum of RGB (Red+Green+Blue) = 199+55+29=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C7371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7371D is #38C8E2. Grayscale: #5F5F5F. Windows color (decimal): -3721443 or 1914823. OLE color: 1914823.

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

Color convert

RGB 199 55 29 -
CMYK 0 0.72 0.85 0.22
HSL 9.18º 0.75% 0.45% -
HSV(B) 9.18º 0.85% 0.78% -
XYZ 25.14 14.96 2.73 -
YUV 95.09 90.71 202.11 -
System Red Green Blue C M Y K H S L
Decimal 199 55 29 0 0.72 0.85 0.22 9.18 0.75 0.45
Hex C7 37 1D 0 48 55 16 9 4B 2D
Octal 307 67 35 0 110 125 26 11 113 55
Binary 11000111 110111 11101 0 1001000 1010101 10110 1001 1001011 101101

Color Harmonies of #C7371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7371D

Black with #C7371D

Text Example


Text Example

White with #C7371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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