Html Css Color HEX #D12D3F Brick Red

📋 copy color: '#D12D3F'

red 209 ◦ green 45 ◦ blue 63

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

Shades of Brick Red #D12D3F

Tints of Brick Red #D12D3F

RGB

 RED value IS 209 (82.03% from 255) = 65.93%

 GREEN value IS 45 (17.97% from 255) = 14.2%

 BLUE value IS 63 (25% from 255) = 19.87%

R = 65.93%
G = 14.2%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D12D3F (or 0xD12D3F) is known color: Brick Red. HEX triplet: D1, 2D and 3F. RGB value is (209,45,63). Sum of RGB (Red+Green+Blue) = 209+45+63=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12D3F is #2ED2C0. Grayscale: #606060. Windows color (decimal): -3068609 or 4140497. OLE color: 4140497.

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

Color convert

RGB 209 45 63 -
CMYK 0 0.78 0.70 0.18
HSL 353.41º 0.65% 0.5% -
HSV(B) 353.41º 0.78% 0.82% -
XYZ 28.13 15.79 6.27 -
YUV 96.09 109.33 208.54 -
System Red Green Blue C M Y K H S L
Decimal 209 45 63 0 0.78 0.70 0.18 353.41 0.65 0.5
Hex D1 2D 3F 0 4E 46 12 161 41 32
Octal 321 55 77 0 116 106 22 541 101 62
Binary 11010001 101101 111111 0 1001110 1000110 10010 101100001 1000001 110010

Color Harmonies of #D12D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D3F

Black with #D12D3F

Text Example


Text Example

White with #D12D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D3F; }

 p { color: rgb(209,45,63); }

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

background-color css

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

 a { background-color: rgb(209,45,63); }

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

border-color css

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

 span { border-color: rgb(209,45,63); }

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