Html Css Color HEX #C7271D Harley Davidson Orange

📋 copy color: '#C7271D'

red 199 ◦ green 39 ◦ blue 29

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

Shades of Harley Davidson Orange #C7271D

Tints of Harley Davidson Orange #C7271D

RGB

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

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

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

R = 74.53%
G = 14.61%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7271D (or 0xC7271D) is known color: Harley Davidson Orange. HEX triplet: C7, 27 and 1D. RGB value is (199,39,29). Sum of RGB (Red+Green+Blue) = 199+39+29=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C7271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7271D is #38D8E2. Grayscale: #555555. Windows color (decimal): -3725539 or 1910727. OLE color: 1910727.

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

Color convert

RGB 199 39 29 -
CMYK 0 0.80 0.85 0.22
HSL 3.53º 0.75% 0.45% -
HSV(B) 3.53º 0.85% 0.78% -
XYZ 24.5 13.68 2.51 -
YUV 85.7 96.01 208.81 -
System Red Green Blue C M Y K H S L
Decimal 199 39 29 0 0.80 0.85 0.22 3.53 0.75 0.45
Hex C7 27 1D 0 50 55 16 4 4B 2D
Octal 307 47 35 0 120 125 26 4 113 55
Binary 11000111 100111 11101 0 1010000 1010101 10110 100 1001011 101101

Color Harmonies of #C7271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7271D

Black with #C7271D

Text Example


Text Example

White with #C7271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7271D; }

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

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

background-color css

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

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

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

border-color css

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

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

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