Html Css Color HEX #D2374F Brick Red

📋 copy color: '#D2374F'

red 210 ◦ green 55 ◦ blue 79

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

Shades of Brick Red #D2374F

Tints of Brick Red #D2374F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.97%

R = 61.05%
G = 15.99%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2374F (or 0xD2374F) is known color: Brick Red. HEX triplet: D2, 37 and 4F. RGB value is (210,55,79). Sum of RGB (Red+Green+Blue) = 210+55+79=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D2374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2374F is #2DC8B0. Grayscale: #686868. Windows color (decimal): -3000497 or 5191634. OLE color: 5191634.

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

Color convert

RGB 210 55 79 -
CMYK 0 0.74 0.62 0.18
HSL 350.71º 0.63% 0.52% -
HSV(B) 350.71º 0.74% 0.82% -
XYZ 29.36 17 9.13 -
YUV 104.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 210 55 79 0 0.74 0.62 0.18 350.71 0.63 0.52
Hex D2 37 4F 0 4A 3E 12 15F 3F 34
Octal 322 67 117 0 112 76 22 537 77 64
Binary 11010010 110111 1001111 0 1001010 111110 10010 101011111 111111 110100

Color Harmonies of #D2374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2374F

Black with #D2374F

Text Example


Text Example

White with #D2374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2374F; }

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

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

background-color css

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

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

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

border-color css

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

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

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