Html Css Color HEX #CC322F Persian Red

📋 copy color: '#CC322F'

red 204 ◦ green 50 ◦ blue 47

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

Shades of Persian Red #CC322F

Tints of Persian Red #CC322F

RGB

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

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

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

R = 67.77%
G = 16.61%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC322F (or 0xCC322F) is known color: Persian Red. HEX triplet: CC, 32 and 2F. RGB value is (204,50,47). Sum of RGB (Red+Green+Blue) = 204+50+47=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC322F is #33CDD0. Grayscale: #5F5F5F. Windows color (decimal): -3395025 or 3093196. OLE color: 3093196.

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

Color convert

RGB 204 50 47 -
CMYK 0 0.75 0.77 0.2
HSL 1.15º 0.63% 0.49% -
HSV(B) 1.15º 0.77% 0.8% -
XYZ 26.56 15.32 4.25 -
YUV 95.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 204 50 47 0 0.75 0.77 0.2 1.15 0.63 0.49
Hex CC 32 2F 0 4B 4D 14 1 3F 31
Octal 314 62 57 0 113 115 24 1 77 61
Binary 11001100 110010 101111 0 1001011 1001101 10100 1 111111 110001

Color Harmonies of #CC322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC322F

Black with #CC322F

Text Example


Text Example

White with #CC322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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