Html Css Color HEX #D23345 Brick Red

📋 copy color: '#D23345'

red 210 ◦ green 51 ◦ blue 69

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

Shades of Brick Red #D23345

Tints of Brick Red #D23345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.91%

R = 63.64%
G = 15.45%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D23345 (or 0xD23345) is known color: Brick Red. HEX triplet: D2, 33 and 45. RGB value is (210,51,69). Sum of RGB (Red+Green+Blue) = 210+51+69=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D23345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23345 is #2DCCBA. Grayscale: #646464. Windows color (decimal): -3001531 or 4535250. OLE color: 4535250.

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

Color convert

RGB 210 51 69 -
CMYK 0 0.76 0.67 0.18
HSL 353.21º 0.64% 0.51% -
HSV(B) 353.21º 0.76% 0.82% -
XYZ 28.84 16.5 7.29 -
YUV 100.59 110.18 206.04 -
System Red Green Blue C M Y K H S L
Decimal 210 51 69 0 0.76 0.67 0.18 353.21 0.64 0.51
Hex D2 33 45 0 4C 43 12 161 40 33
Octal 322 63 105 0 114 103 22 541 100 63
Binary 11010010 110011 1000101 0 1001100 1000011 10010 101100001 1000000 110011

Color Harmonies of #D23345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23345

Black with #D23345

Text Example


Text Example

White with #D23345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23345; }

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

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

background-color css

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

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

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

border-color css

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

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

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