Html Css Color HEX #D2234D Brick Red

📋 copy color: '#D2234D'

red 210 ◦ green 35 ◦ blue 77

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

Shades of Brick Red #D2234D

Tints of Brick Red #D2234D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.91%

R = 65.22%
G = 10.87%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2234D (or 0xD2234D) is known color: Brick Red. HEX triplet: D2, 23 and 4D. RGB value is (210,35,77). Sum of RGB (Red+Green+Blue) = 210+35+77=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2234D is #2DDCB2. Grayscale: #5C5C5C. Windows color (decimal): -3005619 or 5055442. OLE color: 5055442.

HSL color Cylindrical-coordinate representation of color #D2234D: hue angle of 345.6º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2234D is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 35 77 -
CMYK 0 0.83 0.63 0.18
HSL 345.6º 0.71% 0.48% -
HSV(B) 345.6º 0.83% 0.82% -
XYZ 28.52 15.44 8.5 -
YUV 92.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 210 35 77 0 0.83 0.63 0.18 345.6 0.71 0.48
Hex D2 23 4D 0 53 3F 12 15A 47 30
Octal 322 43 115 0 123 77 22 532 107 60
Binary 11010010 100011 1001101 0 1010011 111111 10010 101011010 1000111 110000

Color Harmonies of #D2234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2234D

Black with #D2234D

Text Example


Text Example

White with #D2234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2234D; }

 p { color: rgb(210,35,77); }

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

background-color css

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

 a { background-color: rgb(210,35,77); }

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

border-color css

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

 span { border-color: rgb(210,35,77); }

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