Html Css Color HEX #CC3331 Persian Red

📋 copy color: '#CC3331'

red 204 ◦ green 51 ◦ blue 49

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

Shades of Persian Red #CC3331

Tints of Persian Red #CC3331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.12%

R = 67.11%
G = 16.78%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC3331 (or 0xCC3331) is known color: Persian Red. HEX triplet: CC, 33 and 31. RGB value is (204,51,49). Sum of RGB (Red+Green+Blue) = 204+51+49=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3331 is #33CCCE. Grayscale: #606060. Windows color (decimal): -3394767 or 3224524. OLE color: 3224524.

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

Color convert

RGB 204 51 49 -
CMYK 0 0.75 0.76 0.2
HSL 0.77º 0.61% 0.5% -
HSV(B) 0.77º 0.76% 0.8% -
XYZ 26.64 15.43 4.48 -
YUV 96.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 204 51 49 0 0.75 0.76 0.2 0.77 0.61 0.5
Hex CC 33 31 0 4B 4C 14 1 3D 32
Octal 314 63 61 0 113 114 24 1 75 62
Binary 11001100 110011 110001 0 1001011 1001100 10100 1 111101 110010

Color Harmonies of #CC3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3331

Black with #CC3331

Text Example


Text Example

White with #CC3331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3331; }

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

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

background-color css

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

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

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

border-color css

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

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

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