Html Css Color HEX #D33230 Persian Red

📋 copy color: '#D33230'

red 211 ◦ green 50 ◦ blue 48

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

Shades of Persian Red #D33230

Tints of Persian Red #D33230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 68.28%
G = 16.18%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D33230 (or 0xD33230) is known color: Persian Red. HEX triplet: D3, 32 and 30. RGB value is (211,50,48). Sum of RGB (Red+Green+Blue) = 211+50+48=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D33230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33230 is #2CCDCF. Grayscale: #626262. Windows color (decimal): -2936272 or 3158739. OLE color: 3158739.

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

Color convert

RGB 211 50 48 -
CMYK 0 0.76 0.77 0.17
HSL 0.74º 0.65% 0.51% -
HSV(B) 0.74º 0.77% 0.83% -
XYZ 28.54 16.34 4.45 -
YUV 97.91 99.84 208.66 -
System Red Green Blue C M Y K H S L
Decimal 211 50 48 0 0.76 0.77 0.17 0.74 0.65 0.51
Hex D3 32 30 0 4C 4D 11 1 41 33
Octal 323 62 60 0 114 115 21 1 101 63
Binary 11010011 110010 110000 0 1001100 1001101 10001 1 1000001 110011

Color Harmonies of #D33230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33230

Black with #D33230

Text Example


Text Example

White with #D33230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33230; }

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

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

background-color css

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

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

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

border-color css

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

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

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