Html Css Color HEX #D2374D Brick Red

📋 copy color: '#D2374D'

red 210 ◦ green 55 ◦ blue 77

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

Shades of Brick Red #D2374D

Tints of Brick Red #D2374D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 61.4%
G = 16.08%
B = 22.51%

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

#D2374D (or 0xD2374D) is known color: Brick Red. HEX triplet: D2, 37 and 4D. RGB value is (210,55,77). Sum of RGB (Red+Green+Blue) = 210+55+77=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D2374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2374D is #2DC8B2. Grayscale: #676767. Windows color (decimal): -3000499 or 5060562. OLE color: 5060562.

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

Color convert

RGB 210 55 77 -
CMYK 0 0.74 0.63 0.18
HSL 351.48º 0.63% 0.52% -
HSV(B) 351.48º 0.74% 0.82% -
XYZ 29.28 16.97 8.75 -
YUV 103.85 112.85 203.71 -
System Red Green Blue C M Y K H S L
Decimal 210 55 77 0 0.74 0.63 0.18 351.48 0.63 0.52
Hex D2 37 4D 0 4A 3F 12 15F 3F 34
Octal 322 67 115 0 112 77 22 537 77 64
Binary 11010010 110111 1001101 0 1001010 111111 10010 101011111 111111 110100

Color Harmonies of #D2374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2374D

Black with #D2374D

Text Example


Text Example

White with #D2374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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