Html Css Color HEX #D33950 Brick Red

📋 copy color: '#D33950'

red 211 ◦ green 57 ◦ blue 80

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

Shades of Brick Red #D33950

Tints of Brick Red #D33950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.38%

 BLUE value IS 80 (31.64% from 255) = 22.99%

R = 60.63%
G = 16.38%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D33950 (or 0xD33950) is known color: Brick Red. HEX triplet: D3, 39 and 50. RGB value is (211,57,80). Sum of RGB (Red+Green+Blue) = 211+57+80=348 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.63% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 211 - color contains mainly: red. Hex color #D33950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33950 is #2CC6AF. Grayscale: #696969. Windows color (decimal): -2934448 or 5257683. OLE color: 5257683.

HSL color Cylindrical-coordinate representation of color #D33950: hue angle of 351.04º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33950 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 57 80 -
CMYK 0 0.73 0.62 0.17
HSL 351.04º 0.64% 0.53% -
HSV(B) 351.04º 0.73% 0.83% -
XYZ 29.78 17.35 9.37 -
YUV 105.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 211 57 80 0 0.73 0.62 0.17 351.04 0.64 0.53
Hex D3 39 50 0 49 3E 11 15F 40 35
Octal 323 71 120 0 111 76 21 537 100 65
Binary 11010011 111001 1010000 0 1001001 111110 10001 101011111 1000000 110101

Color Harmonies of #D33950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33950

Black with #D33950

Text Example


Text Example

White with #D33950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33950; }

 p { color: rgb(211,57,80); }

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

background-color css

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

 a { background-color: rgb(211,57,80); }

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

border-color css

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

 span { border-color: rgb(211,57,80); }

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