Html Css Color HEX #D2374E Brick Red

📋 copy color: '#D2374E'

red 210 ◦ green 55 ◦ blue 78

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

Shades of Brick Red #D2374E

Tints of Brick Red #D2374E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.03%

 BLUE value IS 78 (30.86% from 255) = 22.74%

R = 61.22%
G = 16.03%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2374E (or 0xD2374E) is known color: Brick Red. HEX triplet: D2, 37 and 4E. RGB value is (210,55,78). Sum of RGB (Red+Green+Blue) = 210+55+78=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D2374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2374E is #2DC8B1. Grayscale: #686868. Windows color (decimal): -3000498 or 5126098. OLE color: 5126098.

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

Color convert

RGB 210 55 78 -
CMYK 0 0.74 0.63 0.18
HSL 351.1º 0.63% 0.52% -
HSV(B) 351.1º 0.74% 0.82% -
XYZ 29.32 16.98 8.94 -
YUV 103.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 210 55 78 0 0.74 0.63 0.18 351.1 0.63 0.52
Hex D2 37 4E 0 4A 3F 12 15F 3F 34
Octal 322 67 116 0 112 77 22 537 77 64
Binary 11010010 110111 1001110 0 1001010 111111 10010 101011111 111111 110100

Color Harmonies of #D2374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2374E

Black with #D2374E

Text Example


Text Example

White with #D2374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2374E; }

 p { color: rgb(210,55,78); }

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

background-color css

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

 a { background-color: rgb(210,55,78); }

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

border-color css

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

 span { border-color: rgb(210,55,78); }

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