Html Css Color HEX #D23448 Brick Red

📋 copy color: '#D23448'

red 210 ◦ green 52 ◦ blue 72

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

Shades of Brick Red #D23448

Tints of Brick Red #D23448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

 BLUE value IS 72 (28.52% from 255) = 21.56%

R = 62.87%
G = 15.57%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D23448 (or 0xD23448) is known color: Brick Red. HEX triplet: D2, 34 and 48. RGB value is (210,52,72). Sum of RGB (Red+Green+Blue) = 210+52+72=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D23448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23448 is #2DCBB7. Grayscale: #656565. Windows color (decimal): -3001272 or 4732114. OLE color: 4732114.

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

Color convert

RGB 210 52 72 -
CMYK 0 0.75 0.66 0.18
HSL 352.41º 0.64% 0.51% -
HSV(B) 352.41º 0.75% 0.82% -
XYZ 28.98 16.63 7.81 -
YUV 101.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 210 52 72 0 0.75 0.66 0.18 352.41 0.64 0.51
Hex D2 34 48 0 4B 42 12 160 40 33
Octal 322 64 110 0 113 102 22 540 100 63
Binary 11010010 110100 1001000 0 1001011 1000010 10010 101100000 1000000 110011

Color Harmonies of #D23448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23448

Black with #D23448

Text Example


Text Example

White with #D23448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23448; }

 p { color: rgb(210,52,72); }

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

background-color css

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

 a { background-color: rgb(210,52,72); }

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

border-color css

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

 span { border-color: rgb(210,52,72); }

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