Html Css Color HEX #D12446 Brick Red

📋 copy color: '#D12446'

red 209 ◦ green 36 ◦ blue 70

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

Shades of Brick Red #D12446

Tints of Brick Red #D12446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.43%

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 66.35%
G = 11.43%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D12446 (or 0xD12446) is known color: Brick Red. HEX triplet: D1, 24 and 46. RGB value is (209,36,70). Sum of RGB (Red+Green+Blue) = 209+36+70=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D12446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12446 is #2EDBB9. Grayscale: #5B5B5B. Windows color (decimal): -3070906 or 4596945. OLE color: 4596945.

HSL color Cylindrical-coordinate representation of color #D12446: hue angle of 348.21º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12446 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 70 -
CMYK 0 0.83 0.67 0.18
HSL 348.21º 0.71% 0.48% -
HSV(B) 348.21º 0.83% 0.82% -
XYZ 28.03 15.26 7.26 -
YUV 91.6 115.81 211.74 -
System Red Green Blue C M Y K H S L
Decimal 209 36 70 0 0.83 0.67 0.18 348.21 0.71 0.48
Hex D1 24 46 0 53 43 12 15C 47 30
Octal 321 44 106 0 123 103 22 534 107 60
Binary 11010001 100100 1000110 0 1010011 1000011 10010 101011100 1000111 110000

Color Harmonies of #D12446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12446

Black with #D12446

Text Example


Text Example

White with #D12446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12446; }

 p { color: rgb(209,36,70); }

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

background-color css

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

 a { background-color: rgb(209,36,70); }

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

border-color css

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

 span { border-color: rgb(209,36,70); }

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