Html Css Color HEX #D62A46 Brick Red

📋 copy color: '#D62A46'

red 214 ◦ green 42 ◦ blue 70

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

Shades of Brick Red #D62A46

Tints of Brick Red #D62A46

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.88%

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

R = 65.64%
G = 12.88%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D62A46 (or 0xD62A46) is known color: Brick Red. HEX triplet: D6, 2A and 46. RGB value is (214,42,70). Sum of RGB (Red+Green+Blue) = 214+42+70=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62A46 is #29D5B9. Grayscale: #606060. Windows color (decimal): -2741690 or 4598486. OLE color: 4598486.

HSL color Cylindrical-coordinate representation of color #D62A46: hue angle of 350.23º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62A46 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 42 70 -
CMYK 0 0.80 0.67 0.16
HSL 350.23º 0.68% 0.5% -
HSV(B) 350.23º 0.8% 0.84% -
XYZ 29.67 16.39 7.4 -
YUV 96.62 112.98 211.72 -
System Red Green Blue C M Y K H S L
Decimal 214 42 70 0 0.80 0.67 0.16 350.23 0.68 0.5
Hex D6 2A 46 0 50 43 10 15E 44 32
Octal 326 52 106 0 120 103 20 536 104 62
Binary 11010110 101010 1000110 0 1010000 1000011 10000 101011110 1000100 110010

Color Harmonies of #D62A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A46

Black with #D62A46

Text Example


Text Example

White with #D62A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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