Html Css Color HEX #D62743 Brick Red

📋 copy color: '#D62743'

red 214 ◦ green 39 ◦ blue 67

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

Shades of Brick Red #D62743

Tints of Brick Red #D62743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

 BLUE value IS 67 (26.56% from 255) = 20.94%

R = 66.88%
G = 12.19%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D62743 (or 0xD62743) is known color: Brick Red. HEX triplet: D6, 27 and 43. RGB value is (214,39,67). Sum of RGB (Red+Green+Blue) = 214+39+67=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D62743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62743 is #29D8BC. Grayscale: #5E5E5E. Windows color (decimal): -2742461 or 4401110. OLE color: 4401110.

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

Color convert

RGB 214 39 67 -
CMYK 0 0.82 0.69 0.16
HSL 350.4º 0.69% 0.5% -
HSV(B) 350.4º 0.82% 0.84% -
XYZ 29.47 16.15 6.87 -
YUV 94.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 214 39 67 0 0.82 0.69 0.16 350.4 0.69 0.5
Hex D6 27 43 0 52 45 10 15E 45 32
Octal 326 47 103 0 122 105 20 536 105 62
Binary 11010110 100111 1000011 0 1010010 1000101 10000 101011110 1000101 110010

Color Harmonies of #D62743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62743

Black with #D62743

Text Example


Text Example

White with #D62743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62743; }

 p { color: rgb(214,39,67); }

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

background-color css

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

 a { background-color: rgb(214,39,67); }

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

border-color css

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

 span { border-color: rgb(214,39,67); }

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