Html Css Color HEX #D33145 Brick Red

📋 copy color: '#D33145'

red 211 ◦ green 49 ◦ blue 69

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

Shades of Brick Red #D33145

Tints of Brick Red #D33145

RGB

 RED value IS 211 (82.81% from 255) = 64.13%

 GREEN value IS 49 (19.53% from 255) = 14.89%

 BLUE value IS 69 (27.34% from 255) = 20.97%

R = 64.13%
G = 14.89%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D33145 (or 0xD33145) is known color: Brick Red. HEX triplet: D3, 31 and 45. RGB value is (211,49,69). Sum of RGB (Red+Green+Blue) = 211+49+69=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D33145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33145 is #2CCEBA. Grayscale: #636363. Windows color (decimal): -2936507 or 4534739. OLE color: 4534739.

HSL color Cylindrical-coordinate representation of color #D33145: hue angle of 352.59º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33145 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 49 69 -
CMYK 0 0.77 0.67 0.17
HSL 352.59º 0.65% 0.51% -
HSV(B) 352.59º 0.77% 0.83% -
XYZ 29.04 16.48 7.28 -
YUV 99.72 110.67 207.37 -
System Red Green Blue C M Y K H S L
Decimal 211 49 69 0 0.77 0.67 0.17 352.59 0.65 0.51
Hex D3 31 45 0 4D 43 11 161 41 33
Octal 323 61 105 0 115 103 21 541 101 63
Binary 11010011 110001 1000101 0 1001101 1000011 10001 101100001 1000001 110011

Color Harmonies of #D33145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33145

Black with #D33145

Text Example


Text Example

White with #D33145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33145; }

 p { color: rgb(211,49,69); }

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

background-color css

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

 a { background-color: rgb(211,49,69); }

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

border-color css

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

 span { border-color: rgb(211,49,69); }

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