Html Css Color HEX #D2314B Brick Red

📋 copy color: '#D2314B'

red 210 ◦ green 49 ◦ blue 75

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

Shades of Brick Red #D2314B

Tints of Brick Red #D2314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

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

R = 62.87%
G = 14.67%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2314B (or 0xD2314B) is known color: Brick Red. HEX triplet: D2, 31 and 4B. RGB value is (210,49,75). Sum of RGB (Red+Green+Blue) = 210+49+75=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D2314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2314B is #2DCEB4. Grayscale: #646464. Windows color (decimal): -3002037 or 4927954. OLE color: 4927954.

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

Color convert

RGB 210 49 75 -
CMYK 0 0.77 0.64 0.18
HSL 350.31º 0.64% 0.51% -
HSV(B) 350.31º 0.77% 0.82% -
XYZ 28.95 16.41 8.3 -
YUV 100.1 113.84 206.39 -
System Red Green Blue C M Y K H S L
Decimal 210 49 75 0 0.77 0.64 0.18 350.31 0.64 0.51
Hex D2 31 4B 0 4D 40 12 15E 40 33
Octal 322 61 113 0 115 100 22 536 100 63
Binary 11010010 110001 1001011 0 1001101 1000000 10010 101011110 1000000 110011

Color Harmonies of #D2314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2314B

Black with #D2314B

Text Example


Text Example

White with #D2314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2314B; }

 p { color: rgb(210,49,75); }

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

background-color css

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

 a { background-color: rgb(210,49,75); }

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

border-color css

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

 span { border-color: rgb(210,49,75); }

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