Html Css Color HEX #CC4040 Persian Red

📋 copy color: '#CC4040'

red 204 ◦ green 64 ◦ blue 64

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

Shades of Persian Red #CC4040

Tints of Persian Red #CC4040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 61.45%
G = 19.28%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC4040 (or 0xCC4040) is known color: Persian Red. HEX triplet: CC, 40 and 40. RGB value is (204,64,64). Sum of RGB (Red+Green+Blue) = 204+64+64=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4040 is #33BFBF. Grayscale: #6A6A6A. Windows color (decimal): -3391424 or 4210892. OLE color: 4210892.

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

Color convert

RGB 204 64 64 -
CMYK 0 0.69 0.69 0.2
HSL 0.58% 0.53% -
HSV(B) 0.69% 0.8% -
XYZ 27.66 16.87 6.65 -
YUV 105.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 204 64 64 0 0.69 0.69 0.2 0 0.58 0.53
Hex CC 40 40 0 45 45 14 0 3A 35
Octal 314 100 100 0 105 105 24 0 72 65
Binary 11001100 1000000 1000000 0 1000101 1000101 10100 0 111010 110101

Color Harmonies of #CC4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4040

Black with #CC4040

Text Example


Text Example

White with #CC4040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4040; }

 p { color: rgb(204,64,64); }

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

background-color css

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

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

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

border-color css

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

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

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