Html Css Color HEX #D13C4A Brick Red

📋 copy color: '#D13C4A'

red 209 ◦ green 60 ◦ blue 74

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

Shades of Brick Red #D13C4A

Tints of Brick Red #D13C4A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

 BLUE value IS 74 (29.3% from 255) = 21.57%

R = 60.93%
G = 17.49%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D13C4A (or 0xD13C4A) is known color: Brick Red. HEX triplet: D1, 3C and 4A. RGB value is (209,60,74). Sum of RGB (Red+Green+Blue) = 209+60+74=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C4A is #2EC3B5. Grayscale: #6A6A6A. Windows color (decimal): -3064758 or 4865233. OLE color: 4865233.

HSL color Cylindrical-coordinate representation of color #D13C4A: hue angle of 354.36º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13C4A is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 60 74 -
CMYK 0 0.71 0.65 0.18
HSL 354.36º 0.62% 0.53% -
HSV(B) 354.36º 0.71% 0.82% -
XYZ 29.15 17.28 8.28 -
YUV 106.15 109.86 201.36 -
System Red Green Blue C M Y K H S L
Decimal 209 60 74 0 0.71 0.65 0.18 354.36 0.62 0.53
Hex D1 3C 4A 0 47 41 12 162 3E 35
Octal 321 74 112 0 107 101 22 542 76 65
Binary 11010001 111100 1001010 0 1000111 1000001 10010 101100010 111110 110101

Color Harmonies of #D13C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C4A

Black with #D13C4A

Text Example


Text Example

White with #D13C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C4A; }

 p { color: rgb(209,60,74); }

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

background-color css

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

 a { background-color: rgb(209,60,74); }

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

border-color css

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

 span { border-color: rgb(209,60,74); }

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