Html Css Color HEX #D2234A Brick Red

📋 copy color: '#D2234A'

red 210 ◦ green 35 ◦ blue 74

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

Shades of Brick Red #D2234A

Tints of Brick Red #D2234A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 65.83%
G = 10.97%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2234A (or 0xD2234A) is known color: Brick Red. HEX triplet: D2, 23 and 4A. RGB value is (210,35,74). Sum of RGB (Red+Green+Blue) = 210+35+74=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2234A is #2DDCB5. Grayscale: #5B5B5B. Windows color (decimal): -3005622 or 4858834. OLE color: 4858834.

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

Color convert

RGB 210 35 74 -
CMYK 0 0.83 0.65 0.18
HSL 346.63º 0.71% 0.48% -
HSV(B) 346.63º 0.83% 0.82% -
XYZ 28.42 15.4 7.95 -
YUV 91.77 117.98 212.33 -
System Red Green Blue C M Y K H S L
Decimal 210 35 74 0 0.83 0.65 0.18 346.63 0.71 0.48
Hex D2 23 4A 0 53 41 12 15B 47 30
Octal 322 43 112 0 123 101 22 533 107 60
Binary 11010010 100011 1001010 0 1010011 1000001 10010 101011011 1000111 110000

Color Harmonies of #D2234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2234A

Black with #D2234A

Text Example


Text Example

White with #D2234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2234A; }

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

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

background-color css

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

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

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

border-color css

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

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

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