Html Css Color HEX #D33341 Brick Red

📋 copy color: '#D33341'

red 211 ◦ green 51 ◦ blue 65

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

Shades of Brick Red #D33341

Tints of Brick Red #D33341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 64.53%
G = 15.6%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D33341 (or 0xD33341) is known color: Brick Red. HEX triplet: D3, 33 and 41. RGB value is (211,51,65). Sum of RGB (Red+Green+Blue) = 211+51+65=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D33341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33341 is #2CCCBE. Grayscale: #646464. Windows color (decimal): -2935999 or 4273107. OLE color: 4273107.

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

Color convert

RGB 211 51 65 -
CMYK 0 0.76 0.69 0.17
HSL 354.75º 0.65% 0.51% -
HSV(B) 354.75º 0.76% 0.83% -
XYZ 29 16.6 6.68 -
YUV 100.44 108.01 206.86 -
System Red Green Blue C M Y K H S L
Decimal 211 51 65 0 0.76 0.69 0.17 354.75 0.65 0.51
Hex D3 33 41 0 4C 45 11 163 41 33
Octal 323 63 101 0 114 105 21 543 101 63
Binary 11010011 110011 1000001 0 1001100 1000101 10001 101100011 1000001 110011

Color Harmonies of #D33341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33341

Black with #D33341

Text Example


Text Example

White with #D33341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33341; }

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

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

background-color css

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

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

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

border-color css

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

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

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