Html Css Color HEX #D42848 Brick Red

📋 copy color: '#D42848'

red 212 ◦ green 40 ◦ blue 72

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

Shades of Brick Red #D42848

Tints of Brick Red #D42848

RGB

 RED value IS 212 (83.2% from 255) = 65.43%

 GREEN value IS 40 (16.02% from 255) = 12.35%

 BLUE value IS 72 (28.52% from 255) = 22.22%

R = 65.43%
G = 12.35%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D42848 (or 0xD42848) is known color: Brick Red. HEX triplet: D4, 28 and 48. RGB value is (212,40,72). Sum of RGB (Red+Green+Blue) = 212+40+72=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D42848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42848 is #2BD7B7. Grayscale: #5F5F5F. Windows color (decimal): -2873272 or 4729044. OLE color: 4729044.

HSL color Cylindrical-coordinate representation of color #D42848: hue angle of 348.84º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42848 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 72 -
CMYK 0 0.81 0.66 0.17
HSL 348.84º 0.68% 0.49% -
HSV(B) 348.84º 0.81% 0.83% -
XYZ 29.08 15.98 7.68 -
YUV 95.08 114.98 211.4 -
System Red Green Blue C M Y K H S L
Decimal 212 40 72 0 0.81 0.66 0.17 348.84 0.68 0.49
Hex D4 28 48 0 51 42 11 15D 44 31
Octal 324 50 110 0 121 102 21 535 104 61
Binary 11010100 101000 1001000 0 1010001 1000010 10001 101011101 1000100 110001

Color Harmonies of #D42848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42848

Black with #D42848

Text Example


Text Example

White with #D42848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42848; }

 p { color: rgb(212,40,72); }

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

background-color css

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

 a { background-color: rgb(212,40,72); }

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

border-color css

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

 span { border-color: rgb(212,40,72); }

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