Html Css Color HEX #D23948 Brick Red

📋 copy color: '#D23948'

red 210 ◦ green 57 ◦ blue 72

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

Shades of Brick Red #D23948

Tints of Brick Red #D23948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.81%

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

R = 61.95%
G = 16.81%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D23948 (or 0xD23948) is known color: Brick Red. HEX triplet: D2, 39 and 48. RGB value is (210,57,72). Sum of RGB (Red+Green+Blue) = 210+57+72=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D23948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23948 is #2DC6B7. Grayscale: #686868. Windows color (decimal): -2999992 or 4733394. OLE color: 4733394.

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

Color convert

RGB 210 57 72 -
CMYK 0 0.73 0.66 0.18
HSL 354.12º 0.63% 0.52% -
HSV(B) 354.12º 0.73% 0.82% -
XYZ 29.21 17.1 7.89 -
YUV 104.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 210 57 72 0 0.73 0.66 0.18 354.12 0.63 0.52
Hex D2 39 48 0 49 42 12 162 3F 34
Octal 322 71 110 0 111 102 22 542 77 64
Binary 11010010 111001 1001000 0 1001001 1000010 10010 101100010 111111 110100

Color Harmonies of #D23948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23948

Black with #D23948

Text Example


Text Example

White with #D23948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23948; }

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

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

background-color css

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

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

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

border-color css

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

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

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