Html Css Color HEX #D4334A Brick Red

📋 copy color: '#D4334A'

red 212 ◦ green 51 ◦ blue 74

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

Shades of Brick Red #D4334A

Tints of Brick Red #D4334A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 62.91%
G = 15.13%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4334A (or 0xD4334A) is known color: Brick Red. HEX triplet: D4, 33 and 4A. RGB value is (212,51,74). Sum of RGB (Red+Green+Blue) = 212+51+74=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D4334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4334A is #2BCCB5. Grayscale: #656565. Windows color (decimal): -2870454 or 4862932. OLE color: 4862932.

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

Color convert

RGB 212 51 74 -
CMYK 0 0.76 0.65 0.17
HSL 351.43º 0.65% 0.52% -
HSV(B) 351.43º 0.76% 0.83% -
XYZ 29.57 16.86 8.17 -
YUV 101.76 112.34 206.63 -
System Red Green Blue C M Y K H S L
Decimal 212 51 74 0 0.76 0.65 0.17 351.43 0.65 0.52
Hex D4 33 4A 0 4C 41 11 15F 41 34
Octal 324 63 112 0 114 101 21 537 101 64
Binary 11010100 110011 1001010 0 1001100 1000001 10001 101011111 1000001 110100

Color Harmonies of #D4334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4334A

Black with #D4334A

Text Example


Text Example

White with #D4334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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