Html Css Color HEX #D12D4B Brick Red

📋 copy color: '#D12D4B'

red 209 ◦ green 45 ◦ blue 75

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

Shades of Brick Red #D12D4B

Tints of Brick Red #D12D4B

RGB

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

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

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

R = 63.53%
G = 13.68%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D12D4B (or 0xD12D4B) is known color: Brick Red. HEX triplet: D1, 2D and 4B. RGB value is (209,45,75). Sum of RGB (Red+Green+Blue) = 209+45+75=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12D4B is #2ED2B4. Grayscale: #616161. Windows color (decimal): -3068597 or 4926929. OLE color: 4926929.

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

Color convert

RGB 209 45 75 -
CMYK 0 0.78 0.64 0.18
HSL 349.02º 0.65% 0.5% -
HSV(B) 349.02º 0.78% 0.82% -
XYZ 28.5 15.94 8.23 -
YUV 97.46 115.33 207.56 -
System Red Green Blue C M Y K H S L
Decimal 209 45 75 0 0.78 0.64 0.18 349.02 0.65 0.5
Hex D1 2D 4B 0 4E 40 12 15D 41 32
Octal 321 55 113 0 116 100 22 535 101 62
Binary 11010001 101101 1001011 0 1001110 1000000 10010 101011101 1000001 110010

Color Harmonies of #D12D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D4B

Black with #D12D4B

Text Example


Text Example

White with #D12D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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