Html Css Color HEX #D13743 Brick Red

📋 copy color: '#D13743'

red 209 ◦ green 55 ◦ blue 67

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

Shades of Brick Red #D13743

Tints of Brick Red #D13743

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.62%

 BLUE value IS 67 (26.56% from 255) = 20.24%

R = 63.14%
G = 16.62%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D13743 (or 0xD13743) is known color: Brick Red. HEX triplet: D1, 37 and 43. RGB value is (209,55,67). Sum of RGB (Red+Green+Blue) = 209+55+67=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D13743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13743 is #2EC8BC. Grayscale: #666666. Windows color (decimal): -3066045 or 4405201. OLE color: 4405201.

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

Color convert

RGB 209 55 67 -
CMYK 0 0.74 0.68 0.18
HSL 355.32º 0.63% 0.52% -
HSV(B) 355.32º 0.74% 0.82% -
XYZ 28.67 16.69 7.02 -
YUV 102.41 108.02 204.02 -
System Red Green Blue C M Y K H S L
Decimal 209 55 67 0 0.74 0.68 0.18 355.32 0.63 0.52
Hex D1 37 43 0 4A 44 12 163 3F 34
Octal 321 67 103 0 112 104 22 543 77 64
Binary 11010001 110111 1000011 0 1001010 1000100 10010 101100011 111111 110100

Color Harmonies of #D13743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13743

Black with #D13743

Text Example


Text Example

White with #D13743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13743; }

 p { color: rgb(209,55,67); }

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

background-color css

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

 a { background-color: rgb(209,55,67); }

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

border-color css

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

 span { border-color: rgb(209,55,67); }

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