Html Css Color HEX #D23C4D Brick Red

📋 copy color: '#D23C4D'

red 210 ◦ green 60 ◦ blue 77

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

Shades of Brick Red #D23C4D

Tints of Brick Red #D23C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.19%

R = 60.52%
G = 17.29%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D23C4D (or 0xD23C4D) is known color: Brick Red. HEX triplet: D2, 3C and 4D. RGB value is (210,60,77). Sum of RGB (Red+Green+Blue) = 210+60+77=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23C4D is #2DC3B2. Grayscale: #6A6A6A. Windows color (decimal): -2999219 or 5061842. OLE color: 5061842.

HSL color Cylindrical-coordinate representation of color #D23C4D: hue angle of 353.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 #D23C4D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 60 77 -
CMYK 0 0.71 0.63 0.18
HSL 353.2º 0.63% 0.53% -
HSV(B) 353.2º 0.71% 0.82% -
XYZ 29.53 17.47 8.84 -
YUV 106.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 210 60 77 0 0.71 0.63 0.18 353.2 0.63 0.53
Hex D2 3C 4D 0 47 3F 12 161 3E 35
Octal 322 74 115 0 107 77 22 541 76 65
Binary 11010010 111100 1001101 0 1000111 111111 10010 101100001 111110 110101

Color Harmonies of #D23C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23C4D

Black with #D23C4D

Text Example


Text Example

White with #D23C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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