Html Css Color HEX #D2253C Brick Red

📋 copy color: '#D2253C'

red 210 ◦ green 37 ◦ blue 60

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

Shades of Brick Red #D2253C

Tints of Brick Red #D2253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 68.4%
G = 12.05%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2253C (or 0xD2253C) is known color: Brick Red. HEX triplet: D2, 25 and 3C. RGB value is (210,37,60). Sum of RGB (Red+Green+Blue) = 210+37+60=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D2253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2253C is #2DDAC3. Grayscale: #5B5B5B. Windows color (decimal): -3005124 or 3941842. OLE color: 3941842.

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

Color convert

RGB 210 37 60 -
CMYK 0 0.82 0.71 0.18
HSL 352.02º 0.7% 0.48% -
HSV(B) 352.02º 0.82% 0.82% -
XYZ 28.06 15.35 5.76 -
YUV 91.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 210 37 60 0 0.82 0.71 0.18 352.02 0.7 0.48
Hex D2 25 3C 0 52 47 12 160 46 30
Octal 322 45 74 0 122 107 22 540 106 60
Binary 11010010 100101 111100 0 1010010 1000111 10010 101100000 1000110 110000

Color Harmonies of #D2253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2253C

Black with #D2253C

Text Example


Text Example

White with #D2253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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