Html Css Color HEX #D23441 Brick Red

📋 copy color: '#D23441'

red 210 ◦ green 52 ◦ blue 65

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

Shades of Brick Red #D23441

Tints of Brick Red #D23441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.9%

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 64.22%
G = 15.9%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D23441 (or 0xD23441) is known color: Brick Red. HEX triplet: D2, 34 and 41. RGB value is (210,52,65). Sum of RGB (Red+Green+Blue) = 210+52+65=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D23441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23441 is #2DCBBE. Grayscale: #646464. Windows color (decimal): -3001279 or 4273362. OLE color: 4273362.

HSL color Cylindrical-coordinate representation of color #D23441: hue angle of 355.06º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23441 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 65 -
CMYK 0 0.75 0.69 0.18
HSL 355.06º 0.64% 0.51% -
HSV(B) 355.06º 0.75% 0.82% -
XYZ 28.76 16.54 6.68 -
YUV 100.72 107.85 205.94 -
System Red Green Blue C M Y K H S L
Decimal 210 52 65 0 0.75 0.69 0.18 355.06 0.64 0.51
Hex D2 34 41 0 4B 45 12 163 40 33
Octal 322 64 101 0 113 105 22 543 100 63
Binary 11010010 110100 1000001 0 1001011 1000101 10010 101100011 1000000 110011

Color Harmonies of #D23441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23441

Black with #D23441

Text Example


Text Example

White with #D23441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23441; }

 p { color: rgb(210,52,65); }

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

background-color css

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

 a { background-color: rgb(210,52,65); }

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

border-color css

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

 span { border-color: rgb(210,52,65); }

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