Html Css Color HEX #D12D4D Brick Red

📋 copy color: '#D12D4D'

red 209 ◦ green 45 ◦ blue 77

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

Shades of Brick Red #D12D4D

Tints of Brick Red #D12D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 63.14%
G = 13.6%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D12D4D (or 0xD12D4D) is known color: Brick Red. HEX triplet: D1, 2D and 4D. RGB value is (209,45,77). Sum of RGB (Red+Green+Blue) = 209+45+77=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D4D is #2ED2B2. Grayscale: #616161. Windows color (decimal): -3068595 or 5058001. OLE color: 5058001.

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

Color convert

RGB 209 45 77 -
CMYK 0 0.78 0.63 0.18
HSL 348.29º 0.65% 0.5% -
HSV(B) 348.29º 0.78% 0.82% -
XYZ 28.57 15.97 8.6 -
YUV 97.68 116.33 207.4 -
System Red Green Blue C M Y K H S L
Decimal 209 45 77 0 0.78 0.63 0.18 348.29 0.65 0.5
Hex D1 2D 4D 0 4E 3F 12 15C 41 32
Octal 321 55 115 0 116 77 22 534 101 62
Binary 11010001 101101 1001101 0 1001110 111111 10010 101011100 1000001 110010

Color Harmonies of #D12D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D4D

Black with #D12D4D

Text Example


Text Example

White with #D12D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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