Html Css Color HEX #CC3C38 Persian Red

📋 copy color: '#CC3C38'

red 204 ◦ green 60 ◦ blue 56

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

Shades of Persian Red #CC3C38

Tints of Persian Red #CC3C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 63.75%
G = 18.75%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC3C38 (or 0xCC3C38) is known color: Persian Red. HEX triplet: CC, 3C and 38. RGB value is (204,60,56). Sum of RGB (Red+Green+Blue) = 204+60+56=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C38 is #33C3C7. Grayscale: #666666. Windows color (decimal): -3392456 or 3685580. OLE color: 3685580.

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

Color convert

RGB 204 60 56 -
CMYK 0 0.71 0.73 0.2
HSL 1.62º 0.59% 0.51% -
HSV(B) 1.62º 0.73% 0.8% -
XYZ 27.23 16.35 5.46 -
YUV 102.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 204 60 56 0 0.71 0.73 0.2 1.62 0.59 0.51
Hex CC 3C 38 0 47 49 14 2 3B 33
Octal 314 74 70 0 107 111 24 2 73 63
Binary 11001100 111100 111000 0 1000111 1001001 10100 10 111011 110011

Color Harmonies of #CC3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C38

Black with #CC3C38

Text Example


Text Example

White with #CC3C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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