Html Css Color HEX #D42740 Brick Red

📋 copy color: '#D42740'

red 212 ◦ green 39 ◦ blue 64

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

Shades of Brick Red #D42740

Tints of Brick Red #D42740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.32%

R = 67.3%
G = 12.38%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D42740 (or 0xD42740) is known color: Brick Red. HEX triplet: D4, 27 and 40. RGB value is (212,39,64). Sum of RGB (Red+Green+Blue) = 212+39+64=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D42740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42740 is #2BD8BF. Grayscale: #5D5D5D. Windows color (decimal): -2873536 or 4204500. OLE color: 4204500.

HSL color Cylindrical-coordinate representation of color #D42740: hue angle of 351.33º 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 #D42740 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 39 64 -
CMYK 0 0.82 0.70 0.17
HSL 351.33º 0.69% 0.49% -
HSV(B) 351.33º 0.82% 0.83% -
XYZ 28.8 15.82 6.39 -
YUV 93.58 111.31 212.47 -
System Red Green Blue C M Y K H S L
Decimal 212 39 64 0 0.82 0.70 0.17 351.33 0.69 0.49
Hex D4 27 40 0 52 46 11 15F 45 31
Octal 324 47 100 0 122 106 21 537 105 61
Binary 11010100 100111 1000000 0 1010010 1000110 10001 101011111 1000101 110001

Color Harmonies of #D42740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42740

Black with #D42740

Text Example


Text Example

White with #D42740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42740; }

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

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

background-color css

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

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

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

border-color css

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

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

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