Html Css Color HEX #D12744 Brick Red

📋 copy color: '#D12744'

red 209 ◦ green 39 ◦ blue 68

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

Shades of Brick Red #D12744

Tints of Brick Red #D12744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.34%

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 66.14%
G = 12.34%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D12744 (or 0xD12744) is known color: Brick Red. HEX triplet: D1, 27 and 44. RGB value is (209,39,68). Sum of RGB (Red+Green+Blue) = 209+39+68=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D12744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12744 is #2ED8BB. Grayscale: #5D5D5D. Windows color (decimal): -3070140 or 4466641. OLE color: 4466641.

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

Color convert

RGB 209 39 68 -
CMYK 0 0.81 0.67 0.18
HSL 349.76º 0.69% 0.49% -
HSV(B) 349.76º 0.81% 0.82% -
XYZ 28.06 15.42 6.97 -
YUV 93.14 113.82 210.64 -
System Red Green Blue C M Y K H S L
Decimal 209 39 68 0 0.81 0.67 0.18 349.76 0.69 0.49
Hex D1 27 44 0 51 43 12 15E 45 31
Octal 321 47 104 0 121 103 22 536 105 61
Binary 11010001 100111 1000100 0 1010001 1000011 10010 101011110 1000101 110001

Color Harmonies of #D12744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12744

Black with #D12744

Text Example


Text Example

White with #D12744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12744; }

 p { color: rgb(209,39,68); }

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

background-color css

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

 a { background-color: rgb(209,39,68); }

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

border-color css

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

 span { border-color: rgb(209,39,68); }

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