Html Css Color HEX #D33C4F Brick Red

📋 copy color: '#D33C4F'

red 211 ◦ green 60 ◦ blue 79

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

Shades of Brick Red #D33C4F

Tints of Brick Red #D33C4F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 60.29%
G = 17.14%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D33C4F (or 0xD33C4F) is known color: Brick Red. HEX triplet: D3, 3C and 4F. RGB value is (211,60,79). Sum of RGB (Red+Green+Blue) = 211+60+79=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33C4F is #2CC3B0. Grayscale: #6B6B6B. Windows color (decimal): -2933681 or 5192915. OLE color: 5192915.

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

Color convert

RGB 211 60 79 -
CMYK 0 0.72 0.63 0.17
HSL 352.45º 0.63% 0.53% -
HSV(B) 352.45º 0.72% 0.83% -
XYZ 29.89 17.65 9.23 -
YUV 107.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 211 60 79 0 0.72 0.63 0.17 352.45 0.63 0.53
Hex D3 3C 4F 0 48 3F 11 160 3F 35
Octal 323 74 117 0 110 77 21 540 77 65
Binary 11010011 111100 1001111 0 1001000 111111 10001 101100000 111111 110101

Color Harmonies of #D33C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33C4F

Black with #D33C4F

Text Example


Text Example

White with #D33C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33C4F; }

 p { color: rgb(211,60,79); }

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

background-color css

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

 a { background-color: rgb(211,60,79); }

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

border-color css

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

 span { border-color: rgb(211,60,79); }

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