Html Css Color HEX #D33042 Brick Red

📋 copy color: '#D33042'

red 211 ◦ green 48 ◦ blue 66

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

Shades of Brick Red #D33042

Tints of Brick Red #D33042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.77%

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 64.92%
G = 14.77%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D33042 (or 0xD33042) is known color: Brick Red. HEX triplet: D3, 30 and 42. RGB value is (211,48,66). Sum of RGB (Red+Green+Blue) = 211+48+66=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D33042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33042 is #2CCFBD. Grayscale: #626262. Windows color (decimal): -2936766 or 4337875. OLE color: 4337875.

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

Color convert

RGB 211 48 66 -
CMYK 0 0.77 0.69 0.17
HSL 353.37º 0.65% 0.51% -
HSV(B) 353.37º 0.77% 0.83% -
XYZ 28.9 16.36 6.79 -
YUV 98.79 109.5 208.04 -
System Red Green Blue C M Y K H S L
Decimal 211 48 66 0 0.77 0.69 0.17 353.37 0.65 0.51
Hex D3 30 42 0 4D 45 11 161 41 33
Octal 323 60 102 0 115 105 21 541 101 63
Binary 11010011 110000 1000010 0 1001101 1000101 10001 101100001 1000001 110011

Color Harmonies of #D33042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33042

Black with #D33042

Text Example


Text Example

White with #D33042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33042; }

 p { color: rgb(211,48,66); }

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

background-color css

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

 a { background-color: rgb(211,48,66); }

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

border-color css

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

 span { border-color: rgb(211,48,66); }

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