Html Css Color HEX #CC322B Persian Red

📋 copy color: '#CC322B'

red 204 ◦ green 50 ◦ blue 43

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

Shades of Persian Red #CC322B

Tints of Persian Red #CC322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.48%

R = 68.69%
G = 16.84%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC322B (or 0xCC322B) is known color: Persian Red. HEX triplet: CC, 32 and 2B. RGB value is (204,50,43). Sum of RGB (Red+Green+Blue) = 204+50+43=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC322B is #33CDD4. Grayscale: #5F5F5F. Windows color (decimal): -3395029 or 2831052. OLE color: 2831052.

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

Color convert

RGB 204 50 43 -
CMYK 0 0.75 0.79 0.2
HSL 2.61º 0.65% 0.48% -
HSV(B) 2.61º 0.79% 0.8% -
XYZ 26.48 15.29 3.84 -
YUV 95.25 98.52 205.57 -
System Red Green Blue C M Y K H S L
Decimal 204 50 43 0 0.75 0.79 0.2 2.61 0.65 0.48
Hex CC 32 2B 0 4B 4F 14 3 41 30
Octal 314 62 53 0 113 117 24 3 101 60
Binary 11001100 110010 101011 0 1001011 1001111 10100 11 1000001 110000

Color Harmonies of #CC322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC322B

Black with #CC322B

Text Example


Text Example

White with #CC322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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