Html Css Color HEX #D63044 Brick Red

📋 copy color: '#D63044'

red 214 ◦ green 48 ◦ blue 68

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

Shades of Brick Red #D63044

Tints of Brick Red #D63044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.55%

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

R = 64.85%
G = 14.55%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D63044 (or 0xD63044) is known color: Brick Red. HEX triplet: D6, 30 and 44. RGB value is (214,48,68). Sum of RGB (Red+Green+Blue) = 214+48+68=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D63044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63044 is #29CFBB. Grayscale: #646464. Windows color (decimal): -2740156 or 4468950. OLE color: 4468950.

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

Color convert

RGB 214 48 68 -
CMYK 0 0.78 0.68 0.16
HSL 352.77º 0.67% 0.51% -
HSV(B) 352.77º 0.78% 0.84% -
XYZ 29.83 16.83 7.14 -
YUV 99.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 214 48 68 0 0.78 0.68 0.16 352.77 0.67 0.51
Hex D6 30 44 0 4E 44 10 161 43 33
Octal 326 60 104 0 116 104 20 541 103 63
Binary 11010110 110000 1000100 0 1001110 1000100 10000 101100001 1000011 110011

Color Harmonies of #D63044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63044

Black with #D63044

Text Example


Text Example

White with #D63044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63044; }

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

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

background-color css

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

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

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

border-color css

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

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

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