Html Css Color HEX #D53341 Brick Red

📋 copy color: '#D53341'

red 213 ◦ green 51 ◦ blue 65

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

Shades of Brick Red #D53341

Tints of Brick Red #D53341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 64.74%
G = 15.5%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D53341 (or 0xD53341) is known color: Brick Red. HEX triplet: D5, 33 and 41. RGB value is (213,51,65). Sum of RGB (Red+Green+Blue) = 213+51+65=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D53341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53341 is #2ACCBE. Grayscale: #656565. Windows color (decimal): -2804927 or 4273109. OLE color: 4273109.

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

Color convert

RGB 213 51 65 -
CMYK 0 0.76 0.69 0.16
HSL 354.81º 0.66% 0.52% -
HSV(B) 354.81º 0.76% 0.84% -
XYZ 29.58 16.9 6.7 -
YUV 101.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 213 51 65 0 0.76 0.69 0.16 354.81 0.66 0.52
Hex D5 33 41 0 4C 45 10 163 42 34
Octal 325 63 101 0 114 105 20 543 102 64
Binary 11010101 110011 1000001 0 1001100 1000101 10000 101100011 1000010 110100

Color Harmonies of #D53341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53341

Black with #D53341

Text Example


Text Example

White with #D53341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53341; }

 p { color: rgb(213,51,65); }

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

background-color css

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

 a { background-color: rgb(213,51,65); }

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

border-color css

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

 span { border-color: rgb(213,51,65); }

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