Html Css Color HEX #CC3227 Persian Red

📋 copy color: '#CC3227'

red 204 ◦ green 50 ◦ blue 39

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

Shades of Persian Red #CC3227

Tints of Persian Red #CC3227

RGB

 RED value IS 204 (80.08% from 255) = 69.62%

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

 BLUE value IS 39 (15.63% from 255) = 13.31%

R = 69.62%
G = 17.06%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC3227 (or 0xCC3227) is known color: Persian Red. HEX triplet: CC, 32 and 27. RGB value is (204,50,39). Sum of RGB (Red+Green+Blue) = 204+50+39=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3227 is #33CDD8. Grayscale: #5E5E5E. Windows color (decimal): -3395033 or 2568908. OLE color: 2568908.

HSL color Cylindrical-coordinate representation of color #CC3227: hue angle of 4º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC3227 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 50 39 -
CMYK 0 0.75 0.81 0.2
HSL 0.68% 0.48% -
HSV(B) 0.81% 0.8% -
XYZ 26.41 15.27 3.47 -
YUV 94.79 96.52 205.89 -
System Red Green Blue C M Y K H S L
Decimal 204 50 39 0 0.75 0.81 0.2 4 0.68 0.48
Hex CC 32 27 0 4B 51 14 4 44 30
Octal 314 62 47 0 113 121 24 4 104 60
Binary 11001100 110010 100111 0 1001011 1010001 10100 100 1000100 110000

Color Harmonies of #CC3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3227

Black with #CC3227

Text Example


Text Example

White with #CC3227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3227; }

 p { color: rgb(204,50,39); }

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

background-color css

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

 a { background-color: rgb(204,50,39); }

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

border-color css

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

 span { border-color: rgb(204,50,39); }

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