Html Css Color HEX #D4293E Brick Red

📋 copy color: '#D4293E'

red 212 ◦ green 41 ◦ blue 62

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

Shades of Brick Red #D4293E

Tints of Brick Red #D4293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 67.3%
G = 13.02%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4293E (or 0xD4293E) is known color: Brick Red. HEX triplet: D4, 29 and 3E. RGB value is (212,41,62). Sum of RGB (Red+Green+Blue) = 212+41+62=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D4293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4293E is #2BD6C1. Grayscale: #5E5E5E. Windows color (decimal): -2873026 or 4073940. OLE color: 4073940.

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

Color convert

RGB 212 41 62 -
CMYK 0 0.81 0.71 0.17
HSL 352.63º 0.68% 0.5% -
HSV(B) 352.63º 0.81% 0.83% -
XYZ 28.81 15.93 6.11 -
YUV 94.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 212 41 62 0 0.81 0.71 0.17 352.63 0.68 0.5
Hex D4 29 3E 0 51 47 11 161 44 32
Octal 324 51 76 0 121 107 21 541 104 62
Binary 11010100 101001 111110 0 1010001 1000111 10001 101100001 1000100 110010

Color Harmonies of #D4293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4293E

Black with #D4293E

Text Example


Text Example

White with #D4293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4293E; }

 p { color: rgb(212,41,62); }

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

background-color css

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

 a { background-color: rgb(212,41,62); }

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

border-color css

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

 span { border-color: rgb(212,41,62); }

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