Html Css Color HEX #D23C48 Brick Red

📋 copy color: '#D23C48'

red 210 ◦ green 60 ◦ blue 72

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

Shades of Brick Red #D23C48

Tints of Brick Red #D23C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.54%

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

R = 61.4%
G = 17.54%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D23C48 (or 0xD23C48) is known color: Brick Red. HEX triplet: D2, 3C and 48. RGB value is (210,60,72). Sum of RGB (Red+Green+Blue) = 210+60+72=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23C48 is #2DC3B7. Grayscale: #6A6A6A. Windows color (decimal): -2999224 or 4734162. OLE color: 4734162.

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

Color convert

RGB 210 60 72 -
CMYK 0 0.71 0.66 0.18
HSL 355.2º 0.63% 0.53% -
HSV(B) 355.2º 0.71% 0.82% -
XYZ 29.36 17.4 7.94 -
YUV 106.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 210 60 72 0 0.71 0.66 0.18 355.2 0.63 0.53
Hex D2 3C 48 0 47 42 12 163 3E 35
Octal 322 74 110 0 107 102 22 543 76 65
Binary 11010010 111100 1001000 0 1000111 1000010 10010 101100011 111110 110101

Color Harmonies of #D23C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23C48

Black with #D23C48

Text Example


Text Example

White with #D23C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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