Html Css Color HEX #D62D46 Brick Red

📋 copy color: '#D62D46'

red 214 ◦ green 45 ◦ blue 70

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

Shades of Brick Red #D62D46

Tints of Brick Red #D62D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 65.05%
G = 13.68%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D62D46 (or 0xD62D46) is known color: Brick Red. HEX triplet: D6, 2D and 46. RGB value is (214,45,70). Sum of RGB (Red+Green+Blue) = 214+45+70=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62D46 is #29D2B9. Grayscale: #626262. Windows color (decimal): -2740922 or 4599254. OLE color: 4599254.

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

Color convert

RGB 214 45 70 -
CMYK 0 0.79 0.67 0.16
HSL 351.12º 0.67% 0.51% -
HSV(B) 351.12º 0.79% 0.84% -
XYZ 29.78 16.62 7.43 -
YUV 98.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 214 45 70 0 0.79 0.67 0.16 351.12 0.67 0.51
Hex D6 2D 46 0 4F 43 10 15F 43 33
Octal 326 55 106 0 117 103 20 537 103 63
Binary 11010110 101101 1000110 0 1001111 1000011 10000 101011111 1000011 110011

Color Harmonies of #D62D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D46

Black with #D62D46

Text Example


Text Example

White with #D62D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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