Html Css Color HEX #CC3C33 Persian Red

📋 copy color: '#CC3C33'

red 204 ◦ green 60 ◦ blue 51

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

Shades of Persian Red #CC3C33

Tints of Persian Red #CC3C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

 BLUE value IS 51 (20.31% from 255) = 16.19%

R = 64.76%
G = 19.05%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC3C33 (or 0xCC3C33) is known color: Persian Red. HEX triplet: CC, 3C and 33. RGB value is (204,60,51). Sum of RGB (Red+Green+Blue) = 204+60+51=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C33 is #33C3CC. Grayscale: #666666. Windows color (decimal): -3392461 or 3357900. OLE color: 3357900.

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

Color convert

RGB 204 60 51 -
CMYK 0 0.71 0.75 0.2
HSL 3.53º 0.6% 0.5% -
HSV(B) 3.53º 0.75% 0.8% -
XYZ 27.12 16.31 4.85 -
YUV 102.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 204 60 51 0 0.71 0.75 0.2 3.53 0.6 0.5
Hex CC 3C 33 0 47 4B 14 4 3C 32
Octal 314 74 63 0 107 113 24 4 74 62
Binary 11001100 111100 110011 0 1000111 1001011 10100 100 111100 110010

Color Harmonies of #CC3C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C33

Black with #CC3C33

Text Example


Text Example

White with #CC3C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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