Html Css Color HEX #D53643 Brick Red

📋 copy color: '#D53643'

red 213 ◦ green 54 ◦ blue 67

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

Shades of Brick Red #D53643

Tints of Brick Red #D53643

RGB

 RED value IS 213 (83.59% from 255) = 63.77%

 GREEN value IS 54 (21.48% from 255) = 16.17%

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

R = 63.77%
G = 16.17%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D53643 (or 0xD53643) is known color: Brick Red. HEX triplet: D5, 36 and 43. RGB value is (213,54,67). Sum of RGB (Red+Green+Blue) = 213+54+67=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D53643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53643 is #2AC9BC. Grayscale: #676767. Windows color (decimal): -2804157 or 4404949. OLE color: 4404949.

HSL color Cylindrical-coordinate representation of color #D53643: hue angle of 355.09º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53643 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 54 67 -
CMYK 0 0.75 0.69 0.16
HSL 355.09º 0.65% 0.52% -
HSV(B) 355.09º 0.75% 0.84% -
XYZ 29.77 17.19 7.06 -
YUV 103.02 107.68 206.44 -
System Red Green Blue C M Y K H S L
Decimal 213 54 67 0 0.75 0.69 0.16 355.09 0.65 0.52
Hex D5 36 43 0 4B 45 10 163 41 34
Octal 325 66 103 0 113 105 20 543 101 64
Binary 11010101 110110 1000011 0 1001011 1000101 10000 101100011 1000001 110100

Color Harmonies of #D53643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53643

Black with #D53643

Text Example


Text Example

White with #D53643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53643; }

 p { color: rgb(213,54,67); }

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

background-color css

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

 a { background-color: rgb(213,54,67); }

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

border-color css

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

 span { border-color: rgb(213,54,67); }

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