Html Css Color HEX #D43244 Brick Red

📋 copy color: '#D43244'

red 212 ◦ green 50 ◦ blue 68

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

Shades of Brick Red #D43244

Tints of Brick Red #D43244

RGB

 RED value IS 212 (83.2% from 255) = 64.24%

 GREEN value IS 50 (19.92% from 255) = 15.15%

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

R = 64.24%
G = 15.15%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D43244 (or 0xD43244) is known color: Brick Red. HEX triplet: D4, 32 and 44. RGB value is (212,50,68). Sum of RGB (Red+Green+Blue) = 212+50+68=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D43244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43244 is #2BCDBB. Grayscale: #646464. Windows color (decimal): -2870716 or 4469460. OLE color: 4469460.

HSL color Cylindrical-coordinate representation of color #D43244: hue angle of 353.33º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43244 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 50 68 -
CMYK 0 0.76 0.68 0.17
HSL 353.33º 0.65% 0.51% -
HSV(B) 353.33º 0.76% 0.83% -
XYZ 29.34 16.7 7.15 -
YUV 100.49 109.67 207.54 -
System Red Green Blue C M Y K H S L
Decimal 212 50 68 0 0.76 0.68 0.17 353.33 0.65 0.51
Hex D4 32 44 0 4C 44 11 161 41 33
Octal 324 62 104 0 114 104 21 541 101 63
Binary 11010100 110010 1000100 0 1001100 1000100 10001 101100001 1000001 110011

Color Harmonies of #D43244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43244

Black with #D43244

Text Example


Text Example

White with #D43244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43244; }

 p { color: rgb(212,50,68); }

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

background-color css

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

 a { background-color: rgb(212,50,68); }

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

border-color css

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

 span { border-color: rgb(212,50,68); }

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