Html Css Color HEX #D2374C Brick Red

📋 copy color: '#D2374C'

red 210 ◦ green 55 ◦ blue 76

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

Shades of Brick Red #D2374C

Tints of Brick Red #D2374C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 61.58%
G = 16.13%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2374C (or 0xD2374C) is known color: Brick Red. HEX triplet: D2, 37 and 4C. RGB value is (210,55,76). Sum of RGB (Red+Green+Blue) = 210+55+76=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2374C is #2DC8B3. Grayscale: #676767. Windows color (decimal): -3000500 or 4995026. OLE color: 4995026.

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

Color convert

RGB 210 55 76 -
CMYK 0 0.74 0.64 0.18
HSL 351.87º 0.63% 0.52% -
HSV(B) 351.87º 0.74% 0.82% -
XYZ 29.25 16.96 8.57 -
YUV 103.74 112.35 203.79 -
System Red Green Blue C M Y K H S L
Decimal 210 55 76 0 0.74 0.64 0.18 351.87 0.63 0.52
Hex D2 37 4C 0 4A 40 12 160 3F 34
Octal 322 67 114 0 112 100 22 540 77 64
Binary 11010010 110111 1001100 0 1001010 1000000 10010 101100000 111111 110100

Color Harmonies of #D2374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2374C

Black with #D2374C

Text Example


Text Example

White with #D2374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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