Html Css Color HEX #D33C39 Persian Red

📋 copy color: '#D33C39'

red 211 ◦ green 60 ◦ blue 57

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

Shades of Persian Red #D33C39

Tints of Persian Red #D33C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.38%

R = 64.33%
G = 18.29%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D33C39 (or 0xD33C39) is known color: Persian Red. HEX triplet: D3, 3C and 39. RGB value is (211,60,57). Sum of RGB (Red+Green+Blue) = 211+60+57=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33C39 is #2CC3C6. Grayscale: #686868. Windows color (decimal): -2933703 or 3751123. OLE color: 3751123.

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

Color convert

RGB 211 60 57 -
CMYK 0 0.72 0.73 0.17
HSL 1.17º 0.64% 0.53% -
HSV(B) 1.17º 0.73% 0.83% -
XYZ 29.22 17.38 5.68 -
YUV 104.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 211 60 57 0 0.72 0.73 0.17 1.17 0.64 0.53
Hex D3 3C 39 0 48 49 11 1 40 35
Octal 323 74 71 0 110 111 21 1 100 65
Binary 11010011 111100 111001 0 1001000 1001001 10001 1 1000000 110101

Color Harmonies of #D33C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33C39

Black with #D33C39

Text Example


Text Example

White with #D33C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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