Html Css Color HEX #D2404A Brick Red

📋 copy color: '#D2404A'

red 210 ◦ green 64 ◦ blue 74

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

Shades of Brick Red #D2404A

Tints of Brick Red #D2404A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 60.34%
G = 18.39%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2404A (or 0xD2404A) is known color: Brick Red. HEX triplet: D2, 40 and 4A. RGB value is (210,64,74). Sum of RGB (Red+Green+Blue) = 210+64+74=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D2404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2404A is #2DBFB5. Grayscale: #6C6C6C. Windows color (decimal): -2998198 or 4866258. OLE color: 4866258.

HSL color Cylindrical-coordinate representation of color #D2404A: hue angle of 355.89º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2404A is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 74 -
CMYK 0 0.70 0.65 0.18
HSL 355.89º 0.62% 0.54% -
HSV(B) 355.89º 0.7% 0.82% -
XYZ 29.65 17.86 8.36 -
YUV 108.79 108.37 200.19 -
System Red Green Blue C M Y K H S L
Decimal 210 64 74 0 0.70 0.65 0.18 355.89 0.62 0.54
Hex D2 40 4A 0 46 41 12 164 3E 36
Octal 322 100 112 0 106 101 22 544 76 66
Binary 11010010 1000000 1001010 0 1000110 1000001 10010 101100100 111110 110110

Color Harmonies of #D2404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2404A

Black with #D2404A

Text Example


Text Example

White with #D2404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2404A; }

 p { color: rgb(210,64,74); }

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

background-color css

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

 a { background-color: rgb(210,64,74); }

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

border-color css

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

 span { border-color: rgb(210,64,74); }

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