Html Css Color HEX #D27143 Red Damask

📋 copy color: '#D27143'

red 210 ◦ green 113 ◦ blue 67

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

Shades of Red Damask #D27143

Tints of Red Damask #D27143

RGB

 RED value IS 210 (82.42% from 255) = 53.85%

 GREEN value IS 113 (44.53% from 255) = 28.97%

 BLUE value IS 67 (26.56% from 255) = 17.18%

R = 53.85%
G = 28.97%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D27143 (or 0xD27143) is known color: Red Damask. HEX triplet: D2, 71 and 43. RGB value is (210,113,67). Sum of RGB (Red+Green+Blue) = 210+113+67=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D27143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27143 is #2D8EBC. Grayscale: #898989. Windows color (decimal): -2985661 or 4420050. OLE color: 4420050.

HSL color Cylindrical-coordinate representation of color #D27143: hue angle of 19.3º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D27143 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 113 67 -
CMYK 0 0.46 0.68 0.18
HSL 19.3º 0.61% 0.54% -
HSV(B) 19.3º 0.68% 0.82% -
XYZ 33.5 25.92 8.55 -
YUV 136.76 88.64 180.24 -
System Red Green Blue C M Y K H S L
Decimal 210 113 67 0 0.46 0.68 0.18 19.3 0.61 0.54
Hex D2 71 43 0 2E 44 12 13 3D 36
Octal 322 161 103 0 56 104 22 23 75 66
Binary 11010010 1110001 1000011 0 101110 1000100 10010 10011 111101 110110

Color Harmonies of #D27143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27143

Black with #D27143

Text Example


Text Example

White with #D27143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27143; }

 p { color: rgb(210,113,67); }

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

background-color css

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

 a { background-color: rgb(210,113,67); }

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

border-color css

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

 span { border-color: rgb(210,113,67); }

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