Html Css Color HEX #D23D4F Brick Red

📋 copy color: '#D23D4F'

red 210 ◦ green 61 ◦ blue 79

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

Shades of Brick Red #D23D4F

Tints of Brick Red #D23D4F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.43%

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 60%
G = 17.43%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D23D4F (or 0xD23D4F) is known color: Brick Red. HEX triplet: D2, 3D and 4F. RGB value is (210,61,79). Sum of RGB (Red+Green+Blue) = 210+61+79=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23D4F is #2DC2B0. Grayscale: #6B6B6B. Windows color (decimal): -2998961 or 5193170. OLE color: 5193170.

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

Color convert

RGB 210 61 79 -
CMYK 0 0.71 0.62 0.18
HSL 352.75º 0.62% 0.53% -
HSV(B) 352.75º 0.71% 0.82% -
XYZ 29.66 17.6 9.23 -
YUV 107.6 111.86 201.04 -
System Red Green Blue C M Y K H S L
Decimal 210 61 79 0 0.71 0.62 0.18 352.75 0.62 0.53
Hex D2 3D 4F 0 47 3E 12 161 3E 35
Octal 322 75 117 0 107 76 22 541 76 65
Binary 11010010 111101 1001111 0 1000111 111110 10010 101100001 111110 110101

Color Harmonies of #D23D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23D4F

Black with #D23D4F

Text Example


Text Example

White with #D23D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23D4F; }

 p { color: rgb(210,61,79); }

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

background-color css

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

 a { background-color: rgb(210,61,79); }

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

border-color css

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

 span { border-color: rgb(210,61,79); }

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