Html Css Color HEX #D62846 Brick Red

📋 copy color: '#D62846'

red 214 ◦ green 40 ◦ blue 70

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

Shades of Brick Red #D62846

Tints of Brick Red #D62846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.35%

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

R = 66.05%
G = 12.35%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D62846 (or 0xD62846) is known color: Brick Red. HEX triplet: D6, 28 and 46. RGB value is (214,40,70). Sum of RGB (Red+Green+Blue) = 214+40+70=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D62846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62846 is #29D7B9. Grayscale: #5F5F5F. Windows color (decimal): -2742202 or 4597974. OLE color: 4597974.

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

Color convert

RGB 214 40 70 -
CMYK 0 0.81 0.67 0.16
HSL 349.66º 0.69% 0.5% -
HSV(B) 349.66º 0.81% 0.84% -
XYZ 29.6 16.26 7.37 -
YUV 95.45 113.65 212.56 -
System Red Green Blue C M Y K H S L
Decimal 214 40 70 0 0.81 0.67 0.16 349.66 0.69 0.5
Hex D6 28 46 0 51 43 10 15E 45 32
Octal 326 50 106 0 121 103 20 536 105 62
Binary 11010110 101000 1000110 0 1010001 1000011 10000 101011110 1000101 110010

Color Harmonies of #D62846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62846

Black with #D62846

Text Example


Text Example

White with #D62846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62846; }

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

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

background-color css

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

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

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

border-color css

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

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

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