Html Css Color HEX #CC4241 Persian Red

📋 copy color: '#CC4241'

red 204 ◦ green 66 ◦ blue 65

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

Shades of Persian Red #CC4241

Tints of Persian Red #CC4241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 60.9%
G = 19.7%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC4241 (or 0xCC4241) is known color: Persian Red. HEX triplet: CC, 42 and 41. RGB value is (204,66,65). Sum of RGB (Red+Green+Blue) = 204+66+65=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4241 is #33BDBE. Grayscale: #6B6B6B. Windows color (decimal): -3390911 or 4276940. OLE color: 4276940.

HSL color Cylindrical-coordinate representation of color #CC4241: 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.68%. Process color model (Four color, CMYK) of #CC4241 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 65 -
CMYK 0 0.68 0.68 0.2
HSL 0.43º 0.58% 0.53% -
HSV(B) 0.43º 0.68% 0.8% -
XYZ 27.8 17.12 6.84 -
YUV 107.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 204 66 65 0 0.68 0.68 0.2 0.43 0.58 0.53
Hex CC 42 41 0 44 44 14 0 3A 35
Octal 314 102 101 0 104 104 24 0 72 65
Binary 11001100 1000010 1000001 0 1000100 1000100 10100 0 111010 110101

Color Harmonies of #CC4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4241

Black with #CC4241

Text Example


Text Example

White with #CC4241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4241; }

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

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

background-color css

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

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

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

border-color css

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

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

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