Html Css Color HEX #D23242 Brick Red

📋 copy color: '#D23242'

red 210 ◦ green 50 ◦ blue 66

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

Shades of Brick Red #D23242

Tints of Brick Red #D23242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

 BLUE value IS 66 (26.17% from 255) = 20.25%

R = 64.42%
G = 15.34%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D23242 (or 0xD23242) is known color: Brick Red. HEX triplet: D2, 32 and 42. RGB value is (210,50,66). Sum of RGB (Red+Green+Blue) = 210+50+66=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D23242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23242 is #2DCDBD. Grayscale: #636363. Windows color (decimal): -3001790 or 4338386. OLE color: 4338386.

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

Color convert

RGB 210 50 66 -
CMYK 0 0.76 0.69 0.18
HSL 354º 0.64% 0.51% -
HSV(B) 354º 0.76% 0.82% -
XYZ 28.7 16.38 6.8 -
YUV 99.66 109.01 206.7 -
System Red Green Blue C M Y K H S L
Decimal 210 50 66 0 0.76 0.69 0.18 354 0.64 0.51
Hex D2 32 42 0 4C 45 12 162 40 33
Octal 322 62 102 0 114 105 22 542 100 63
Binary 11010010 110010 1000010 0 1001100 1000101 10010 101100010 1000000 110011

Color Harmonies of #D23242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23242

Black with #D23242

Text Example


Text Example

White with #D23242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23242; }

 p { color: rgb(210,50,66); }

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

background-color css

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

 a { background-color: rgb(210,50,66); }

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

border-color css

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

 span { border-color: rgb(210,50,66); }

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