Html Css Color HEX #D43444 Brick Red

📋 copy color: '#D43444'

red 212 ◦ green 52 ◦ blue 68

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

Shades of Brick Red #D43444

Tints of Brick Red #D43444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.66%

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

R = 63.86%
G = 15.66%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D43444 (or 0xD43444) is known color: Brick Red. HEX triplet: D4, 34 and 44. RGB value is (212,52,68). Sum of RGB (Red+Green+Blue) = 212+52+68=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D43444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43444 is #2BCBBB. Grayscale: #656565. Windows color (decimal): -2870204 or 4469972. OLE color: 4469972.

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

Color convert

RGB 212 52 68 -
CMYK 0 0.75 0.68 0.17
HSL 354º 0.65% 0.52% -
HSV(B) 354º 0.75% 0.83% -
XYZ 29.42 16.87 7.17 -
YUV 101.66 109.01 206.7 -
System Red Green Blue C M Y K H S L
Decimal 212 52 68 0 0.75 0.68 0.17 354 0.65 0.52
Hex D4 34 44 0 4B 44 11 162 41 34
Octal 324 64 104 0 113 104 21 542 101 64
Binary 11010100 110100 1000100 0 1001011 1000100 10001 101100010 1000001 110100

Color Harmonies of #D43444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43444

Black with #D43444

Text Example


Text Example

White with #D43444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43444; }

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

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

background-color css

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

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

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

border-color css

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

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

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