Html Css Color HEX #D13742 Brick Red

📋 copy color: '#D13742'

red 209 ◦ green 55 ◦ blue 66

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

Shades of Brick Red #D13742

Tints of Brick Red #D13742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20%

R = 63.33%
G = 16.67%
B = 20%

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

#D13742 (or 0xD13742) is known color: Brick Red. HEX triplet: D1, 37 and 42. RGB value is (209,55,66). Sum of RGB (Red+Green+Blue) = 209+55+66=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D13742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13742 is #2EC8BD. Grayscale: #666666. Windows color (decimal): -3066046 or 4339665. OLE color: 4339665.

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

Color convert

RGB 209 55 66 -
CMYK 0 0.74 0.68 0.18
HSL 355.71º 0.63% 0.52% -
HSV(B) 355.71º 0.74% 0.82% -
XYZ 28.64 16.68 6.86 -
YUV 102.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 209 55 66 0 0.74 0.68 0.18 355.71 0.63 0.52
Hex D1 37 42 0 4A 44 12 164 3F 34
Octal 321 67 102 0 112 104 22 544 77 64
Binary 11010001 110111 1000010 0 1001010 1000100 10010 101100100 111111 110100

Color Harmonies of #D13742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13742

Black with #D13742

Text Example


Text Example

White with #D13742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13742; }

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

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

background-color css

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

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

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

border-color css

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

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

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