Html Css Color HEX #D23341 Brick Red

📋 copy color: '#D23341'

red 210 ◦ green 51 ◦ blue 65

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

Shades of Brick Red #D23341

Tints of Brick Red #D23341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

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

R = 64.42%
G = 15.64%
B = 19.94%

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

#D23341 (or 0xD23341) is known color: Brick Red. HEX triplet: D2, 33 and 41. RGB value is (210,51,65). Sum of RGB (Red+Green+Blue) = 210+51+65=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D23341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23341 is #2DCCBE. Grayscale: #646464. Windows color (decimal): -3001535 or 4273106. OLE color: 4273106.

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

Color convert

RGB 210 51 65 -
CMYK 0 0.76 0.69 0.18
HSL 354.72º 0.64% 0.51% -
HSV(B) 354.72º 0.76% 0.82% -
XYZ 28.72 16.45 6.66 -
YUV 100.14 108.18 206.36 -
System Red Green Blue C M Y K H S L
Decimal 210 51 65 0 0.76 0.69 0.18 354.72 0.64 0.51
Hex D2 33 41 0 4C 45 12 163 40 33
Octal 322 63 101 0 114 105 22 543 100 63
Binary 11010010 110011 1000001 0 1001100 1000101 10010 101100011 1000000 110011

Color Harmonies of #D23341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23341

Black with #D23341

Text Example


Text Example

White with #D23341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23341; }

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

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

background-color css

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

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

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

border-color css

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

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

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