Html Css Color HEX #D33224 Persian Red

📋 copy color: '#D33224'

red 211 ◦ green 50 ◦ blue 36

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

Shades of Persian Red #D33224

Tints of Persian Red #D33224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

 BLUE value IS 36 (14.45% from 255) = 12.12%

R = 71.04%
G = 16.84%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D33224 (or 0xD33224) is known color: Persian Red. HEX triplet: D3, 32 and 24. RGB value is (211,50,36). Sum of RGB (Red+Green+Blue) = 211+50+36=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D33224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33224 is #2CCDDB. Grayscale: #606060. Windows color (decimal): -2936284 or 2372307. OLE color: 2372307.

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

Color convert

RGB 211 50 36 -
CMYK 0 0.76 0.83 0.17
HSL 4.8º 0.71% 0.48% -
HSV(B) 4.8º 0.83% 0.83% -
XYZ 28.32 16.26 3.31 -
YUV 96.54 93.84 209.64 -
System Red Green Blue C M Y K H S L
Decimal 211 50 36 0 0.76 0.83 0.17 4.8 0.71 0.48
Hex D3 32 24 0 4C 53 11 5 47 30
Octal 323 62 44 0 114 123 21 5 107 60
Binary 11010011 110010 100100 0 1001100 1010011 10001 101 1000111 110000

Color Harmonies of #D33224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33224

Black with #D33224

Text Example


Text Example

White with #D33224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33224; }

 p { color: rgb(211,50,36); }

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

background-color css

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

 a { background-color: rgb(211,50,36); }

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

border-color css

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

 span { border-color: rgb(211,50,36); }

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