Html Css Color HEX #D2384A Brick Red

📋 copy color: '#D2384A'

red 210 ◦ green 56 ◦ blue 74

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

Shades of Brick Red #D2384A

Tints of Brick Red #D2384A

RGB

 RED value IS 210 (82.42% from 255) = 61.76%

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

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

R = 61.76%
G = 16.47%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2384A (or 0xD2384A) is known color: Brick Red. HEX triplet: D2, 38 and 4A. RGB value is (210,56,74). Sum of RGB (Red+Green+Blue) = 210+56+74=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2384A is #2DC7B5. Grayscale: #686868. Windows color (decimal): -3000246 or 4864210. OLE color: 4864210.

HSL color Cylindrical-coordinate representation of color #D2384A: hue angle of 352.99º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2384A is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 56 74 -
CMYK 0 0.73 0.65 0.18
HSL 352.99º 0.63% 0.52% -
HSV(B) 352.99º 0.73% 0.82% -
XYZ 29.23 17.02 8.22 -
YUV 104.1 111.02 203.54 -
System Red Green Blue C M Y K H S L
Decimal 210 56 74 0 0.73 0.65 0.18 352.99 0.63 0.52
Hex D2 38 4A 0 49 41 12 161 3F 34
Octal 322 70 112 0 111 101 22 541 77 64
Binary 11010010 111000 1001010 0 1001001 1000001 10010 101100001 111111 110100

Color Harmonies of #D2384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2384A

Black with #D2384A

Text Example


Text Example

White with #D2384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2384A; }

 p { color: rgb(210,56,74); }

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

background-color css

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

 a { background-color: rgb(210,56,74); }

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

border-color css

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

 span { border-color: rgb(210,56,74); }

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