Html Css Color HEX #D62D3E Brick Red

📋 copy color: '#D62D3E'

red 214 ◦ green 45 ◦ blue 62

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

Shades of Brick Red #D62D3E

Tints of Brick Red #D62D3E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.02%

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

R = 66.67%
G = 14.02%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D62D3E (or 0xD62D3E) is known color: Brick Red. HEX triplet: D6, 2D and 3E. RGB value is (214,45,62). Sum of RGB (Red+Green+Blue) = 214+45+62=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62D3E is #29D2C1. Grayscale: #616161. Windows color (decimal): -2740930 or 4074966. OLE color: 4074966.

HSL color Cylindrical-coordinate representation of color #D62D3E: hue angle of 353.96º 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 #D62D3E is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 45 62 -
CMYK 0 0.79 0.71 0.16
HSL 353.96º 0.67% 0.51% -
HSV(B) 353.96º 0.79% 0.84% -
XYZ 29.54 16.52 6.19 -
YUV 97.47 107.99 211.12 -
System Red Green Blue C M Y K H S L
Decimal 214 45 62 0 0.79 0.71 0.16 353.96 0.67 0.51
Hex D6 2D 3E 0 4F 47 10 162 43 33
Octal 326 55 76 0 117 107 20 542 103 63
Binary 11010110 101101 111110 0 1001111 1000111 10000 101100010 1000011 110011

Color Harmonies of #D62D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D3E

Black with #D62D3E

Text Example


Text Example

White with #D62D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D3E; }

 p { color: rgb(214,45,62); }

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

background-color css

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

 a { background-color: rgb(214,45,62); }

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

border-color css

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

 span { border-color: rgb(214,45,62); }

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