Html Css Color HEX #D43442 Brick Red

📋 copy color: '#D43442'

red 212 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #D43442

Tints of Brick Red #D43442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20%

R = 64.24%
G = 15.76%
B = 20%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D43442 (or 0xD43442) is known color: Brick Red. HEX triplet: D4, 34 and 42. RGB value is (212,52,66). Sum of RGB (Red+Green+Blue) = 212+52+66=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D43442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43442 is #2BCBBD. Grayscale: #656565. Windows color (decimal): -2870206 or 4338900. OLE color: 4338900.

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

Color convert

RGB 212 52 66 -
CMYK 0 0.75 0.69 0.17
HSL 354.75º 0.65% 0.52% -
HSV(B) 354.75º 0.75% 0.83% -
XYZ 29.36 16.85 6.86 -
YUV 101.44 108.01 206.86 -
System Red Green Blue C M Y K H S L
Decimal 212 52 66 0 0.75 0.69 0.17 354.75 0.65 0.52
Hex D4 34 42 0 4B 45 11 163 41 34
Octal 324 64 102 0 113 105 21 543 101 64
Binary 11010100 110100 1000010 0 1001011 1000101 10001 101100011 1000001 110100

Color Harmonies of #D43442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43442

Black with #D43442

Text Example


Text Example

White with #D43442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43442; }

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

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

background-color css

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

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

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

border-color css

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

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

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