Html Css Color HEX #DC332F Persian Red

📋 copy color: '#DC332F'

red 220 ◦ green 51 ◦ blue 47

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

Shades of Persian Red #DC332F

Tints of Persian Red #DC332F

RGB

 RED value IS 220 (86.33% from 255) = 69.18%

 GREEN value IS 51 (20.31% from 255) = 16.04%

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 69.18%
G = 16.04%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC332F (or 0xDC332F) is known color: Persian Red. HEX triplet: DC, 33 and 2F. RGB value is (220,51,47). Sum of RGB (Red+Green+Blue) = 220+51+47=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC332F is #23CCD0. Grayscale: #656565. Windows color (decimal): -2346193 or 3093468. OLE color: 3093468.

HSL color Cylindrical-coordinate representation of color #DC332F: hue angle of 1.39º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC332F is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 47 -
CMYK 0 0.77 0.79 0.14
HSL 1.39º 0.71% 0.52% -
HSV(B) 1.39º 0.79% 0.86% -
XYZ 31.21 17.79 4.48 -
YUV 101.08 97.49 212.83 -
System Red Green Blue C M Y K H S L
Decimal 220 51 47 0 0.77 0.79 0.14 1.39 0.71 0.52
Hex DC 33 2F 0 4D 4F E 1 47 34
Octal 334 63 57 0 115 117 16 1 107 64
Binary 11011100 110011 101111 0 1001101 1001111 1110 1 1000111 110100

Color Harmonies of #DC332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC332F

Black with #DC332F

Text Example


Text Example

White with #DC332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC332F; }

 p { color: rgb(220,51,47); }

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

background-color css

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

 a { background-color: rgb(220,51,47); }

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

border-color css

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

 span { border-color: rgb(220,51,47); }

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