Html Css Color HEX #D23144 Brick Red

📋 copy color: '#D23144'

red 210 ◦ green 49 ◦ blue 68

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

Shades of Brick Red #D23144

Tints of Brick Red #D23144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.98%

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 64.22%
G = 14.98%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D23144 (or 0xD23144) is known color: Brick Red. HEX triplet: D2, 31 and 44. RGB value is (210,49,68). Sum of RGB (Red+Green+Blue) = 210+49+68=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D23144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23144 is #2DCEBB. Grayscale: #636363. Windows color (decimal): -3002044 or 4469202. OLE color: 4469202.

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

Color convert

RGB 210 49 68 -
CMYK 0 0.77 0.68 0.18
HSL 352.92º 0.64% 0.51% -
HSV(B) 352.92º 0.77% 0.82% -
XYZ 28.72 16.32 7.1 -
YUV 99.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 210 49 68 0 0.77 0.68 0.18 352.92 0.64 0.51
Hex D2 31 44 0 4D 44 12 161 40 33
Octal 322 61 104 0 115 104 22 541 100 63
Binary 11010010 110001 1000100 0 1001101 1000100 10010 101100001 1000000 110011

Color Harmonies of #D23144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23144

Black with #D23144

Text Example


Text Example

White with #D23144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23144; }

 p { color: rgb(210,49,68); }

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

background-color css

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

 a { background-color: rgb(210,49,68); }

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

border-color css

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

 span { border-color: rgb(210,49,68); }

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