Html Css Color HEX #D2304B Brick Red

📋 copy color: '#D2304B'

red 210 ◦ green 48 ◦ blue 75

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

Shades of Brick Red #D2304B

Tints of Brick Red #D2304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

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

R = 63.06%
G = 14.41%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2304B (or 0xD2304B) is known color: Brick Red. HEX triplet: D2, 30 and 4B. RGB value is (210,48,75). Sum of RGB (Red+Green+Blue) = 210+48+75=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D2304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2304B is #2DCFB4. Grayscale: #636363. Windows color (decimal): -3002293 or 4927698. OLE color: 4927698.

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

Color convert

RGB 210 48 75 -
CMYK 0 0.77 0.64 0.18
HSL 350º 0.64% 0.51% -
HSV(B) 350º 0.77% 0.82% -
XYZ 28.91 16.32 8.28 -
YUV 99.52 114.17 206.8 -
System Red Green Blue C M Y K H S L
Decimal 210 48 75 0 0.77 0.64 0.18 350 0.64 0.51
Hex D2 30 4B 0 4D 40 12 15E 40 33
Octal 322 60 113 0 115 100 22 536 100 63
Binary 11010010 110000 1001011 0 1001101 1000000 10010 101011110 1000000 110011

Color Harmonies of #D2304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2304B

Black with #D2304B

Text Example


Text Example

White with #D2304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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