Html Css Color HEX #D2384B Brick Red

📋 copy color: '#D2384B'

red 210 ◦ green 56 ◦ blue 75

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

Shades of Brick Red #D2384B

Tints of Brick Red #D2384B

RGB

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

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

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

R = 61.58%
G = 16.42%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2384B (or 0xD2384B) is known color: Brick Red. HEX triplet: D2, 38 and 4B. RGB value is (210,56,75). Sum of RGB (Red+Green+Blue) = 210+56+75=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2384B is #2DC7B4. Grayscale: #686868. Windows color (decimal): -3000245 or 4929746. OLE color: 4929746.

HSL color Cylindrical-coordinate representation of color #D2384B: hue angle of 352.6º 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 #D2384B is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 56 75 -
CMYK 0 0.73 0.64 0.18
HSL 352.6º 0.63% 0.52% -
HSV(B) 352.6º 0.73% 0.82% -
XYZ 29.26 17.04 8.4 -
YUV 104.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 210 56 75 0 0.73 0.64 0.18 352.6 0.63 0.52
Hex D2 38 4B 0 49 40 12 161 3F 34
Octal 322 70 113 0 111 100 22 541 77 64
Binary 11010010 111000 1001011 0 1001001 1000000 10010 101100001 111111 110100

Color Harmonies of #D2384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2384B

Black with #D2384B

Text Example


Text Example

White with #D2384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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