Html Css Color HEX #D62E40 Brick Red

📋 copy color: '#D62E40'

red 214 ◦ green 46 ◦ blue 64

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

Shades of Brick Red #D62E40

Tints of Brick Red #D62E40

RGB

 RED value IS 214 (83.98% from 255) = 66.05%

 GREEN value IS 46 (18.36% from 255) = 14.2%

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

R = 66.05%
G = 14.2%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D62E40 (or 0xD62E40) is known color: Brick Red. HEX triplet: D6, 2E and 40. RGB value is (214,46,64). Sum of RGB (Red+Green+Blue) = 214+46+64=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62E40 is #29D1BF. Grayscale: #626262. Windows color (decimal): -2740672 or 4206294. OLE color: 4206294.

HSL color Cylindrical-coordinate representation of color #D62E40: hue angle of 353.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62E40 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 46 64 -
CMYK 0 0.79 0.70 0.16
HSL 353.57º 0.67% 0.51% -
HSV(B) 353.57º 0.79% 0.84% -
XYZ 29.63 16.62 6.5 -
YUV 98.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 214 46 64 0 0.79 0.70 0.16 353.57 0.67 0.51
Hex D6 2E 40 0 4F 46 10 162 43 33
Octal 326 56 100 0 117 106 20 542 103 63
Binary 11010110 101110 1000000 0 1001111 1000110 10000 101100010 1000011 110011

Color Harmonies of #D62E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62E40

Black with #D62E40

Text Example


Text Example

White with #D62E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62E40; }

 p { color: rgb(214,46,64); }

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

background-color css

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

 a { background-color: rgb(214,46,64); }

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

border-color css

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

 span { border-color: rgb(214,46,64); }

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