Html Css Color HEX #D2253E Brick Red

📋 copy color: '#D2253E'

red 210 ◦ green 37 ◦ blue 62

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

Shades of Brick Red #D2253E

Tints of Brick Red #D2253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 67.96%
G = 11.97%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2253E (or 0xD2253E) is known color: Brick Red. HEX triplet: D2, 25 and 3E. RGB value is (210,37,62). Sum of RGB (Red+Green+Blue) = 210+37+62=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2253E is #2DDAC1. Grayscale: #5B5B5B. Windows color (decimal): -3005122 or 4072914. OLE color: 4072914.

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

Color convert

RGB 210 37 62 -
CMYK 0 0.82 0.70 0.18
HSL 351.33º 0.7% 0.48% -
HSV(B) 351.33º 0.82% 0.82% -
XYZ 28.11 15.37 6.04 -
YUV 91.58 111.31 212.47 -
System Red Green Blue C M Y K H S L
Decimal 210 37 62 0 0.82 0.70 0.18 351.33 0.7 0.48
Hex D2 25 3E 0 52 46 12 15F 46 30
Octal 322 45 76 0 122 106 22 537 106 60
Binary 11010010 100101 111110 0 1010010 1000110 10010 101011111 1000110 110000

Color Harmonies of #D2253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2253E

Black with #D2253E

Text Example


Text Example

White with #D2253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2253E; }

 p { color: rgb(210,37,62); }

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

background-color css

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

 a { background-color: rgb(210,37,62); }

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

border-color css

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

 span { border-color: rgb(210,37,62); }

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