Html Css Color HEX #D42748 Brick Red

📋 copy color: '#D42748'

red 212 ◦ green 39 ◦ blue 72

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

Shades of Brick Red #D42748

Tints of Brick Red #D42748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.07%

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

R = 65.63%
G = 12.07%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D42748 (or 0xD42748) is known color: Brick Red. HEX triplet: D4, 27 and 48. RGB value is (212,39,72). Sum of RGB (Red+Green+Blue) = 212+39+72=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D42748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42748 is #2BD8B7. Grayscale: #5E5E5E. Windows color (decimal): -2873528 or 4728788. OLE color: 4728788.

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

Color convert

RGB 212 39 72 -
CMYK 0 0.82 0.66 0.17
HSL 348.55º 0.69% 0.49% -
HSV(B) 348.55º 0.82% 0.83% -
XYZ 29.05 15.92 7.67 -
YUV 94.49 115.31 211.82 -
System Red Green Blue C M Y K H S L
Decimal 212 39 72 0 0.82 0.66 0.17 348.55 0.69 0.49
Hex D4 27 48 0 52 42 11 15D 45 31
Octal 324 47 110 0 122 102 21 535 105 61
Binary 11010100 100111 1001000 0 1010010 1000010 10001 101011101 1000101 110001

Color Harmonies of #D42748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42748

Black with #D42748

Text Example


Text Example

White with #D42748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42748; }

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

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

background-color css

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

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

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

border-color css

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

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

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