Html Css Color HEX #D23241 Brick Red

📋 copy color: '#D23241'

red 210 ◦ green 50 ◦ blue 65

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

Shades of Brick Red #D23241

Tints of Brick Red #D23241

RGB

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

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

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

R = 64.62%
G = 15.38%
B = 20%

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

#D23241 (or 0xD23241) is known color: Brick Red. HEX triplet: D2, 32 and 41. RGB value is (210,50,65). Sum of RGB (Red+Green+Blue) = 210+50+65=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D23241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23241 is #2DCDBE. Grayscale: #636363. Windows color (decimal): -3001791 or 4272850. OLE color: 4272850.

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

Color convert

RGB 210 50 65 -
CMYK 0 0.76 0.69 0.18
HSL 354.38º 0.64% 0.51% -
HSV(B) 354.38º 0.76% 0.82% -
XYZ 28.67 16.36 6.65 -
YUV 99.55 108.51 206.78 -
System Red Green Blue C M Y K H S L
Decimal 210 50 65 0 0.76 0.69 0.18 354.38 0.64 0.51
Hex D2 32 41 0 4C 45 12 162 40 33
Octal 322 62 101 0 114 105 22 542 100 63
Binary 11010010 110010 1000001 0 1001100 1000101 10010 101100010 1000000 110011

Color Harmonies of #D23241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23241

Black with #D23241

Text Example


Text Example

White with #D23241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23241; }

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

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

background-color css

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

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

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

border-color css

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

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

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