Html Css Color HEX #D13344 Brick Red

📋 copy color: '#D13344'

red 209 ◦ green 51 ◦ blue 68

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

Shades of Brick Red #D13344

Tints of Brick Red #D13344

RGB

 RED value IS 209 (82.03% from 255) = 63.72%

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

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

R = 63.72%
G = 15.55%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D13344 (or 0xD13344) is known color: Brick Red. HEX triplet: D1, 33 and 44. RGB value is (209,51,68). Sum of RGB (Red+Green+Blue) = 209+51+68=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D13344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13344 is #2ECCBB. Grayscale: #646464. Windows color (decimal): -3067068 or 4469713. OLE color: 4469713.

HSL color Cylindrical-coordinate representation of color #D13344: hue angle of 353.54º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13344 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 68 -
CMYK 0 0.76 0.67 0.18
HSL 353.54º 0.63% 0.51% -
HSV(B) 353.54º 0.76% 0.82% -
XYZ 28.52 16.34 7.12 -
YUV 100.18 109.85 205.62 -
System Red Green Blue C M Y K H S L
Decimal 209 51 68 0 0.76 0.67 0.18 353.54 0.63 0.51
Hex D1 33 44 0 4C 43 12 162 3F 33
Octal 321 63 104 0 114 103 22 542 77 63
Binary 11010001 110011 1000100 0 1001100 1000011 10010 101100010 111111 110011

Color Harmonies of #D13344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13344

Black with #D13344

Text Example


Text Example

White with #D13344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13344; }

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

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

background-color css

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

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

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

border-color css

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

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

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