Html Css Color HEX #C7271B Harley Davidson Orange

📋 copy color: '#C7271B'

red 199 ◦ green 39 ◦ blue 27

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

Shades of Harley Davidson Orange #C7271B

Tints of Harley Davidson Orange #C7271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.72%

 BLUE value IS 27 (10.94% from 255) = 10.19%

R = 75.09%
G = 14.72%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7271B (or 0xC7271B) is known color: Harley Davidson Orange. HEX triplet: C7, 27 and 1B. RGB value is (199,39,27). Sum of RGB (Red+Green+Blue) = 199+39+27=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C7271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7271B is #38D8E4. Grayscale: #555555. Windows color (decimal): -3725541 or 1779655. OLE color: 1779655.

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

Color convert

RGB 199 39 27 -
CMYK 0 0.80 0.86 0.22
HSL 4.19º 0.76% 0.44% -
HSV(B) 4.19º 0.86% 0.78% -
XYZ 24.48 13.67 2.39 -
YUV 85.47 95.01 208.98 -
System Red Green Blue C M Y K H S L
Decimal 199 39 27 0 0.80 0.86 0.22 4.19 0.76 0.44
Hex C7 27 1B 0 50 56 16 4 4C 2C
Octal 307 47 33 0 120 126 26 4 114 54
Binary 11000111 100111 11011 0 1010000 1010110 10110 100 1001100 101100

Color Harmonies of #C7271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7271B

Black with #C7271B

Text Example


Text Example

White with #C7271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7271B; }

 p { color: rgb(199,39,27); }

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

background-color css

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

 a { background-color: rgb(199,39,27); }

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

border-color css

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

 span { border-color: rgb(199,39,27); }

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