Html Css Color HEX #D43A4C Brick Red

📋 copy color: '#D43A4C'

red 212 ◦ green 58 ◦ blue 76

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

Shades of Brick Red #D43A4C

Tints of Brick Red #D43A4C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.76%

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 61.27%
G = 16.76%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D43A4C (or 0xD43A4C) is known color: Brick Red. HEX triplet: D4, 3A and 4C. RGB value is (212,58,76). Sum of RGB (Red+Green+Blue) = 212+58+76=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43A4C is #2BC5B3. Grayscale: #6A6A6A. Windows color (decimal): -2868660 or 4995796. OLE color: 4995796.

HSL color Cylindrical-coordinate representation of color #D43A4C: hue angle of 352.99º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43A4C is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 58 76 -
CMYK 0 0.73 0.64 0.17
HSL 352.99º 0.64% 0.53% -
HSV(B) 352.99º 0.73% 0.83% -
XYZ 29.97 17.54 8.64 -
YUV 106.1 111.02 203.54 -
System Red Green Blue C M Y K H S L
Decimal 212 58 76 0 0.73 0.64 0.17 352.99 0.64 0.53
Hex D4 3A 4C 0 49 40 11 161 40 35
Octal 324 72 114 0 111 100 21 541 100 65
Binary 11010100 111010 1001100 0 1001001 1000000 10001 101100001 1000000 110101

Color Harmonies of #D43A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43A4C

Black with #D43A4C

Text Example


Text Example

White with #D43A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43A4C; }

 p { color: rgb(212,58,76); }

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

background-color css

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

 a { background-color: rgb(212,58,76); }

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

border-color css

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

 span { border-color: rgb(212,58,76); }

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