Html Css Color HEX #D23E4C Brick Red

📋 copy color: '#D23E4C'

red 210 ◦ green 62 ◦ blue 76

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

Shades of Brick Red #D23E4C

Tints of Brick Red #D23E4C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.82%

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 60.34%
G = 17.82%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D23E4C (or 0xD23E4C) is known color: Brick Red. HEX triplet: D2, 3E and 4C. RGB value is (210,62,76). Sum of RGB (Red+Green+Blue) = 210+62+76=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E4C is #2DC1B3. Grayscale: #6B6B6B. Windows color (decimal): -2998708 or 4996818. OLE color: 4996818.

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

Color convert

RGB 210 62 76 -
CMYK 0 0.70 0.64 0.18
HSL 354.32º 0.62% 0.53% -
HSV(B) 354.32º 0.7% 0.82% -
XYZ 29.61 17.67 8.69 -
YUV 107.85 110.03 200.86 -
System Red Green Blue C M Y K H S L
Decimal 210 62 76 0 0.70 0.64 0.18 354.32 0.62 0.53
Hex D2 3E 4C 0 46 40 12 162 3E 35
Octal 322 76 114 0 106 100 22 542 76 65
Binary 11010010 111110 1001100 0 1000110 1000000 10010 101100010 111110 110101

Color Harmonies of #D23E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23E4C

Black with #D23E4C

Text Example


Text Example

White with #D23E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23E4C; }

 p { color: rgb(210,62,76); }

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

background-color css

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

 a { background-color: rgb(210,62,76); }

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

border-color css

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

 span { border-color: rgb(210,62,76); }

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