Html Css Color HEX #D33730 Persian Red

📋 copy color: '#D33730'

red 211 ◦ green 55 ◦ blue 48

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

Shades of Persian Red #D33730

Tints of Persian Red #D33730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

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

R = 67.2%
G = 17.52%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D33730 (or 0xD33730) is known color: Persian Red. HEX triplet: D3, 37 and 30. RGB value is (211,55,48). Sum of RGB (Red+Green+Blue) = 211+55+48=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D33730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33730 is #2CC8CF. Grayscale: #656565. Windows color (decimal): -2934992 or 3160019. OLE color: 3160019.

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

Color convert

RGB 211 55 48 -
CMYK 0 0.74 0.77 0.17
HSL 2.58º 0.65% 0.51% -
HSV(B) 2.58º 0.77% 0.83% -
XYZ 28.76 16.79 4.52 -
YUV 100.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 211 55 48 0 0.74 0.77 0.17 2.58 0.65 0.51
Hex D3 37 30 0 4A 4D 11 3 41 33
Octal 323 67 60 0 112 115 21 3 101 63
Binary 11010011 110111 110000 0 1001010 1001101 10001 11 1000001 110011

Color Harmonies of #D33730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33730

Black with #D33730

Text Example


Text Example

White with #D33730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33730; }

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

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

background-color css

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

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

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

border-color css

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

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

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