Html Css Color HEX #D3234B Brick Red

📋 copy color: '#D3234B'

red 211 ◦ green 35 ◦ blue 75

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

Shades of Brick Red #D3234B

Tints of Brick Red #D3234B

RGB

 RED value IS 211 (82.81% from 255) = 65.73%

 GREEN value IS 35 (14.06% from 255) = 10.9%

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

R = 65.73%
G = 10.9%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3234B (or 0xD3234B) is known color: Brick Red. HEX triplet: D3, 23 and 4B. RGB value is (211,35,75). Sum of RGB (Red+Green+Blue) = 211+35+75=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D3234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3234B is #2CDCB4. Grayscale: #5C5C5C. Windows color (decimal): -2940085 or 4924371. OLE color: 4924371.

HSL color Cylindrical-coordinate representation of color #D3234B: hue angle of 346.36º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3234B is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 35 75 -
CMYK 0 0.83 0.64 0.17
HSL 346.36º 0.72% 0.48% -
HSV(B) 346.36º 0.83% 0.83% -
XYZ 28.74 15.56 8.15 -
YUV 92.18 118.31 212.75 -
System Red Green Blue C M Y K H S L
Decimal 211 35 75 0 0.83 0.64 0.17 346.36 0.72 0.48
Hex D3 23 4B 0 53 40 11 15A 48 30
Octal 323 43 113 0 123 100 21 532 110 60
Binary 11010011 100011 1001011 0 1010011 1000000 10001 101011010 1001000 110000

Color Harmonies of #D3234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3234B

Black with #D3234B

Text Example


Text Example

White with #D3234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3234B; }

 p { color: rgb(211,35,75); }

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

background-color css

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

 a { background-color: rgb(211,35,75); }

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

border-color css

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

 span { border-color: rgb(211,35,75); }

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