Html Css Color HEX #D63344 Brick Red

📋 copy color: '#D63344'

red 214 ◦ green 51 ◦ blue 68

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

Shades of Brick Red #D63344

Tints of Brick Red #D63344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.32%

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

R = 64.26%
G = 15.32%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D63344 (or 0xD63344) is known color: Brick Red. HEX triplet: D6, 33 and 44. RGB value is (214,51,68). Sum of RGB (Red+Green+Blue) = 214+51+68=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D63344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63344 is #29CCBB. Grayscale: #656565. Windows color (decimal): -2739388 or 4469718. OLE color: 4469718.

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

Color convert

RGB 214 51 68 -
CMYK 0 0.76 0.68 0.16
HSL 353.74º 0.67% 0.52% -
HSV(B) 353.74º 0.76% 0.84% -
XYZ 29.96 17.08 7.19 -
YUV 101.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 214 51 68 0 0.76 0.68 0.16 353.74 0.67 0.52
Hex D6 33 44 0 4C 44 10 162 43 34
Octal 326 63 104 0 114 104 20 542 103 64
Binary 11010110 110011 1000100 0 1001100 1000100 10000 101100010 1000011 110100

Color Harmonies of #D63344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63344

Black with #D63344

Text Example


Text Example

White with #D63344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63344; }

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

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

background-color css

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

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

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

border-color css

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

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

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