Html Css Color HEX #D43342 Brick Red

📋 copy color: '#D43342'

red 212 ◦ green 51 ◦ blue 66

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

Shades of Brick Red #D43342

Tints of Brick Red #D43342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.5%

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

R = 64.44%
G = 15.5%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D43342 (or 0xD43342) is known color: Brick Red. HEX triplet: D4, 33 and 42. RGB value is (212,51,66). Sum of RGB (Red+Green+Blue) = 212+51+66=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D43342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43342 is #2BCCBD. Grayscale: #646464. Windows color (decimal): -2870462 or 4338644. OLE color: 4338644.

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

Color convert

RGB 212 51 66 -
CMYK 0 0.76 0.69 0.17
HSL 354.41º 0.65% 0.52% -
HSV(B) 354.41º 0.76% 0.83% -
XYZ 29.32 16.76 6.84 -
YUV 100.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 212 51 66 0 0.76 0.69 0.17 354.41 0.65 0.52
Hex D4 33 42 0 4C 45 11 162 41 34
Octal 324 63 102 0 114 105 21 542 101 64
Binary 11010100 110011 1000010 0 1001100 1000101 10001 101100010 1000001 110100

Color Harmonies of #D43342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43342

Black with #D43342

Text Example


Text Example

White with #D43342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43342; }

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

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

background-color css

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

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

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

border-color css

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

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

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