Html Css Color HEX #D23244 Brick Red

📋 copy color: '#D23244'

red 210 ◦ green 50 ◦ blue 68

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

Shades of Brick Red #D23244

Tints of Brick Red #D23244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.24%

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

R = 64.02%
G = 15.24%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D23244 (or 0xD23244) is known color: Brick Red. HEX triplet: D2, 32 and 44. RGB value is (210,50,68). Sum of RGB (Red+Green+Blue) = 210+50+68=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D23244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23244 is #2DCDBB. Grayscale: #636363. Windows color (decimal): -3001788 or 4469458. OLE color: 4469458.

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

Color convert

RGB 210 50 68 -
CMYK 0 0.76 0.68 0.18
HSL 353.25º 0.64% 0.51% -
HSV(B) 353.25º 0.76% 0.82% -
XYZ 28.76 16.4 7.12 -
YUV 99.89 110.01 206.54 -
System Red Green Blue C M Y K H S L
Decimal 210 50 68 0 0.76 0.68 0.18 353.25 0.64 0.51
Hex D2 32 44 0 4C 44 12 161 40 33
Octal 322 62 104 0 114 104 22 541 100 63
Binary 11010010 110010 1000100 0 1001100 1000100 10010 101100001 1000000 110011

Color Harmonies of #D23244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23244

Black with #D23244

Text Example


Text Example

White with #D23244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23244; }

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

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

background-color css

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

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

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

border-color css

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

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

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