Html Css Color HEX #D4384B Brick Red

📋 copy color: '#D4384B'

red 212 ◦ green 56 ◦ blue 75

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

Shades of Brick Red #D4384B

Tints of Brick Red #D4384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.33%

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 61.81%
G = 16.33%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4384B (or 0xD4384B) is known color: Brick Red. HEX triplet: D4, 38 and 4B. RGB value is (212,56,75). Sum of RGB (Red+Green+Blue) = 212+56+75=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4384B is #2BC7B4. Grayscale: #686868. Windows color (decimal): -2869173 or 4929748. OLE color: 4929748.

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

Color convert

RGB 212 56 75 -
CMYK 0 0.74 0.65 0.17
HSL 352.69º 0.64% 0.53% -
HSV(B) 352.69º 0.74% 0.83% -
XYZ 29.84 17.33 8.43 -
YUV 104.81 111.18 204.46 -
System Red Green Blue C M Y K H S L
Decimal 212 56 75 0 0.74 0.65 0.17 352.69 0.64 0.53
Hex D4 38 4B 0 4A 41 11 161 40 35
Octal 324 70 113 0 112 101 21 541 100 65
Binary 11010100 111000 1001011 0 1001010 1000001 10001 101100001 1000000 110101

Color Harmonies of #D4384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4384B

Black with #D4384B

Text Example


Text Example

White with #D4384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4384B; }

 p { color: rgb(212,56,75); }

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

background-color css

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

 a { background-color: rgb(212,56,75); }

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

border-color css

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

 span { border-color: rgb(212,56,75); }

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