Html Css Color HEX #D33346 Brick Red

📋 copy color: '#D33346'

red 211 ◦ green 51 ◦ blue 70

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

Shades of Brick Red #D33346

Tints of Brick Red #D33346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.08%

R = 63.55%
G = 15.36%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D33346 (or 0xD33346) is known color: Brick Red. HEX triplet: D3, 33 and 46. RGB value is (211,51,70). Sum of RGB (Red+Green+Blue) = 211+51+70=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D33346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33346 is #2CCCB9. Grayscale: #656565. Windows color (decimal): -2935994 or 4600787. OLE color: 4600787.

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

Color convert

RGB 211 51 70 -
CMYK 0 0.76 0.67 0.17
HSL 352.88º 0.65% 0.51% -
HSV(B) 352.88º 0.76% 0.83% -
XYZ 29.15 16.66 7.47 -
YUV 101.01 110.51 206.46 -
System Red Green Blue C M Y K H S L
Decimal 211 51 70 0 0.76 0.67 0.17 352.88 0.65 0.51
Hex D3 33 46 0 4C 43 11 161 41 33
Octal 323 63 106 0 114 103 21 541 101 63
Binary 11010011 110011 1000110 0 1001100 1000011 10001 101100001 1000001 110011

Color Harmonies of #D33346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33346

Black with #D33346

Text Example


Text Example

White with #D33346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33346; }

 p { color: rgb(211,51,70); }

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

background-color css

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

 a { background-color: rgb(211,51,70); }

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

border-color css

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

 span { border-color: rgb(211,51,70); }

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