Html Css Color HEX #CC332A Persian Red

📋 copy color: '#CC332A'

red 204 ◦ green 51 ◦ blue 42

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

Shades of Persian Red #CC332A

Tints of Persian Red #CC332A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 68.69%
G = 17.17%
B = 14.14%

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

#CC332A (or 0xCC332A) is known color: Persian Red. HEX triplet: CC, 33 and 2A. RGB value is (204,51,42). Sum of RGB (Red+Green+Blue) = 204+51+42=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC332A is #33CCD5. Grayscale: #5F5F5F. Windows color (decimal): -3394774 or 2765772. OLE color: 2765772.

HSL color Cylindrical-coordinate representation of color #CC332A: hue angle of 3.33º degrees, saturation: 0.66, 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 #CC332A is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 51 42 -
CMYK 0 0.75 0.79 0.2
HSL 3.33º 0.66% 0.48% -
HSV(B) 3.33º 0.79% 0.8% -
XYZ 26.5 15.37 3.76 -
YUV 95.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 204 51 42 0 0.75 0.79 0.2 3.33 0.66 0.48
Hex CC 33 2A 0 4B 4F 14 3 42 30
Octal 314 63 52 0 113 117 24 3 102 60
Binary 11001100 110011 101010 0 1001011 1001111 10100 11 1000010 110000

Color Harmonies of #CC332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC332A

Black with #CC332A

Text Example


Text Example

White with #CC332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC332A; }

 p { color: rgb(204,51,42); }

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

background-color css

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

 a { background-color: rgb(204,51,42); }

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

border-color css

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

 span { border-color: rgb(204,51,42); }

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