Html Css Color HEX #D2334B Brick Red

📋 copy color: '#D2334B'

red 210 ◦ green 51 ◦ blue 75

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

Shades of Brick Red #D2334B

Tints of Brick Red #D2334B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.32%

R = 62.5%
G = 15.18%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2334B (or 0xD2334B) is known color: Brick Red. HEX triplet: D2, 33 and 4B. RGB value is (210,51,75). Sum of RGB (Red+Green+Blue) = 210+51+75=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D2334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2334B is #2DCCB4. Grayscale: #656565. Windows color (decimal): -3001525 or 4928466. OLE color: 4928466.

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

Color convert

RGB 210 51 75 -
CMYK 0 0.76 0.64 0.18
HSL 350.94º 0.64% 0.51% -
HSV(B) 350.94º 0.76% 0.82% -
XYZ 29.03 16.58 8.33 -
YUV 101.28 113.18 205.55 -
System Red Green Blue C M Y K H S L
Decimal 210 51 75 0 0.76 0.64 0.18 350.94 0.64 0.51
Hex D2 33 4B 0 4C 40 12 15F 40 33
Octal 322 63 113 0 114 100 22 537 100 63
Binary 11010010 110011 1001011 0 1001100 1000000 10010 101011111 1000000 110011

Color Harmonies of #D2334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2334B

Black with #D2334B

Text Example


Text Example

White with #D2334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2334B; }

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

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

background-color css

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

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

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

border-color css

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

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

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