Html Css Color HEX #D43243 Brick Red

📋 copy color: '#D43243'

red 212 ◦ green 50 ◦ blue 67

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

Shades of Brick Red #D43243

Tints of Brick Red #D43243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.36%

R = 64.44%
G = 15.2%
B = 20.36%

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

#D43243 (or 0xD43243) is known color: Brick Red. HEX triplet: D4, 32 and 43. RGB value is (212,50,67). Sum of RGB (Red+Green+Blue) = 212+50+67=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D43243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43243 is #2BCDBC. Grayscale: #646464. Windows color (decimal): -2870717 or 4403924. OLE color: 4403924.

HSL color Cylindrical-coordinate representation of color #D43243: hue angle of 353.7º 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 #D43243 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 50 67 -
CMYK 0 0.76 0.68 0.17
HSL 353.7º 0.65% 0.51% -
HSV(B) 353.7º 0.76% 0.83% -
XYZ 29.31 16.68 6.99 -
YUV 100.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 212 50 67 0 0.76 0.68 0.17 353.7 0.65 0.51
Hex D4 32 43 0 4C 44 11 162 41 33
Octal 324 62 103 0 114 104 21 542 101 63
Binary 11010100 110010 1000011 0 1001100 1000100 10001 101100010 1000001 110011

Color Harmonies of #D43243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43243

Black with #D43243

Text Example


Text Example

White with #D43243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43243; }

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

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

background-color css

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

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

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

border-color css

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

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

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