Html Css Color HEX #CC322D Persian Red

📋 copy color: '#CC322D'

red 204 ◦ green 50 ◦ blue 45

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

Shades of Persian Red #CC322D

Tints of Persian Red #CC322D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.05%

R = 68.23%
G = 16.72%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC322D (or 0xCC322D) is known color: Persian Red. HEX triplet: CC, 32 and 2D. RGB value is (204,50,45). Sum of RGB (Red+Green+Blue) = 204+50+45=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC322D is #33CDD2. Grayscale: #5F5F5F. Windows color (decimal): -3395027 or 2962124. OLE color: 2962124.

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

Color convert

RGB 204 50 45 -
CMYK 0 0.75 0.78 0.2
HSL 1.89º 0.64% 0.49% -
HSV(B) 1.89º 0.78% 0.8% -
XYZ 26.52 15.31 4.04 -
YUV 95.48 99.52 205.41 -
System Red Green Blue C M Y K H S L
Decimal 204 50 45 0 0.75 0.78 0.2 1.89 0.64 0.49
Hex CC 32 2D 0 4B 4E 14 2 40 31
Octal 314 62 55 0 113 116 24 2 100 61
Binary 11001100 110010 101101 0 1001011 1001110 10100 10 1000000 110001

Color Harmonies of #CC322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC322D

Black with #CC322D

Text Example


Text Example

White with #CC322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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