Html Css Color HEX #CC4140 Persian Red

📋 copy color: '#CC4140'

red 204 ◦ green 65 ◦ blue 64

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

Shades of Persian Red #CC4140

Tints of Persian Red #CC4140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

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

R = 61.26%
G = 19.52%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC4140 (or 0xCC4140) is known color: Persian Red. HEX triplet: CC, 41 and 40. RGB value is (204,65,64). Sum of RGB (Red+Green+Blue) = 204+65+64=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4140 is #33BEBF. Grayscale: #6A6A6A. Windows color (decimal): -3391168 or 4211148. OLE color: 4211148.

HSL color Cylindrical-coordinate representation of color #CC4140: hue angle of 0.43º 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 #CC4140 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 65 64 -
CMYK 0 0.68 0.69 0.2
HSL 0.43º 0.58% 0.53% -
HSV(B) 0.43º 0.69% 0.8% -
XYZ 27.72 16.99 6.67 -
YUV 106.45 104.05 197.58 -
System Red Green Blue C M Y K H S L
Decimal 204 65 64 0 0.68 0.69 0.2 0.43 0.58 0.53
Hex CC 41 40 0 44 45 14 0 3A 35
Octal 314 101 100 0 104 105 24 0 72 65
Binary 11001100 1000001 1000000 0 1000100 1000101 10100 0 111010 110101

Color Harmonies of #CC4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4140

Black with #CC4140

Text Example


Text Example

White with #CC4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4140; }

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

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

background-color css

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

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

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

border-color css

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

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

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