Html Css Color HEX #D62744 Brick Red

📋 copy color: '#D62744'

red 214 ◦ green 39 ◦ blue 68

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

Shades of Brick Red #D62744

Tints of Brick Red #D62744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.18%

R = 66.67%
G = 12.15%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D62744 (or 0xD62744) is known color: Brick Red. HEX triplet: D6, 27 and 44. RGB value is (214,39,68). Sum of RGB (Red+Green+Blue) = 214+39+68=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D62744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62744 is #29D8BB. Grayscale: #5E5E5E. Windows color (decimal): -2742460 or 4466646. OLE color: 4466646.

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

Color convert

RGB 214 39 68 -
CMYK 0 0.82 0.68 0.16
HSL 350.06º 0.69% 0.5% -
HSV(B) 350.06º 0.82% 0.84% -
XYZ 29.5 16.16 7.03 -
YUV 94.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 214 39 68 0 0.82 0.68 0.16 350.06 0.69 0.5
Hex D6 27 44 0 52 44 10 15E 45 32
Octal 326 47 104 0 122 104 20 536 105 62
Binary 11010110 100111 1000100 0 1010010 1000100 10000 101011110 1000101 110010

Color Harmonies of #D62744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62744

Black with #D62744

Text Example


Text Example

White with #D62744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62744; }

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

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

background-color css

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

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

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

border-color css

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

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

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