Html Css Color HEX #D62842 Brick Red

📋 copy color: '#D62842'

red 214 ◦ green 40 ◦ blue 66

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

Shades of Brick Red #D62842

Tints of Brick Red #D62842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 66.88%
G = 12.5%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D62842 (or 0xD62842) is known color: Brick Red. HEX triplet: D6, 28 and 42. RGB value is (214,40,66). Sum of RGB (Red+Green+Blue) = 214+40+66=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D62842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62842 is #29D7BD. Grayscale: #5F5F5F. Windows color (decimal): -2742206 or 4335830. OLE color: 4335830.

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

Color convert

RGB 214 40 66 -
CMYK 0 0.81 0.69 0.16
HSL 351.03º 0.69% 0.5% -
HSV(B) 351.03º 0.81% 0.84% -
XYZ 29.47 16.21 6.73 -
YUV 94.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 214 40 66 0 0.81 0.69 0.16 351.03 0.69 0.5
Hex D6 28 42 0 51 45 10 15F 45 32
Octal 326 50 102 0 121 105 20 537 105 62
Binary 11010110 101000 1000010 0 1010001 1000101 10000 101011111 1000101 110010

Color Harmonies of #D62842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62842

Black with #D62842

Text Example


Text Example

White with #D62842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62842; }

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

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

background-color css

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

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

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

border-color css

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

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

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