Html Css Color HEX #D33340 Brick Red

📋 copy color: '#D33340'

red 211 ◦ green 51 ◦ blue 64

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

Shades of Brick Red #D33340

Tints of Brick Red #D33340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 64.72%
G = 15.64%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D33340 (or 0xD33340) is known color: Brick Red. HEX triplet: D3, 33 and 40. RGB value is (211,51,64). Sum of RGB (Red+Green+Blue) = 211+51+64=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D33340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33340 is #2CCCBF. Grayscale: #646464. Windows color (decimal): -2936000 or 4207571. OLE color: 4207571.

HSL color Cylindrical-coordinate representation of color #D33340: hue angle of 355.12º 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 #D33340 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 51 64 -
CMYK 0 0.76 0.70 0.17
HSL 355.13º 0.65% 0.51% -
HSV(B) 355.13º 0.76% 0.83% -
XYZ 28.97 16.59 6.52 -
YUV 100.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 211 51 64 0 0.76 0.70 0.17 355.13 0.65 0.51
Hex D3 33 40 0 4C 46 11 163 41 33
Octal 323 63 100 0 114 106 21 543 101 63
Binary 11010011 110011 1000000 0 1001100 1000110 10001 101100011 1000001 110011

Color Harmonies of #D33340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33340

Black with #D33340

Text Example


Text Example

White with #D33340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33340; }

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

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

background-color css

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

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

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

border-color css

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

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

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