Html Css Color HEX #D13345 Brick Red

📋 copy color: '#D13345'

red 209 ◦ green 51 ◦ blue 69

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

Shades of Brick Red #D13345

Tints of Brick Red #D13345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.97%

R = 63.53%
G = 15.5%
B = 20.97%

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

#D13345 (or 0xD13345) is known color: Brick Red. HEX triplet: D1, 33 and 45. RGB value is (209,51,69). Sum of RGB (Red+Green+Blue) = 209+51+69=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D13345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13345 is #2ECCBA. Grayscale: #646464. Windows color (decimal): -3067067 or 4535249. OLE color: 4535249.

HSL color Cylindrical-coordinate representation of color #D13345: hue angle of 353.16º 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 #D13345 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 69 -
CMYK 0 0.76 0.67 0.18
HSL 353.16º 0.63% 0.51% -
HSV(B) 353.16º 0.76% 0.82% -
XYZ 28.55 16.35 7.28 -
YUV 100.29 110.35 205.54 -
System Red Green Blue C M Y K H S L
Decimal 209 51 69 0 0.76 0.67 0.18 353.16 0.63 0.51
Hex D1 33 45 0 4C 43 12 161 3F 33
Octal 321 63 105 0 114 103 22 541 77 63
Binary 11010001 110011 1000101 0 1001100 1000011 10010 101100001 111111 110011

Color Harmonies of #D13345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13345

Black with #D13345

Text Example


Text Example

White with #D13345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13345; }

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

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

background-color css

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

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

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

border-color css

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

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

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