Html Css Color HEX #CC4238 Persian Red

📋 copy color: '#CC4238'

red 204 ◦ green 66 ◦ blue 56

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

Shades of Persian Red #CC4238

Tints of Persian Red #CC4238

RGB

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

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

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

R = 62.58%
G = 20.25%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC4238 (or 0xCC4238) is known color: Persian Red. HEX triplet: CC, 42 and 38. RGB value is (204,66,56). Sum of RGB (Red+Green+Blue) = 204+66+56=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4238 is #33BDC7. Grayscale: #6A6A6A. Windows color (decimal): -3390920 or 3687116. OLE color: 3687116.

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

Color convert

RGB 204 66 56 -
CMYK 0 0.68 0.73 0.2
HSL 4.05º 0.59% 0.51% -
HSV(B) 4.05º 0.73% 0.8% -
XYZ 27.56 17.02 5.57 -
YUV 106.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 204 66 56 0 0.68 0.73 0.2 4.05 0.59 0.51
Hex CC 42 38 0 44 49 14 4 3B 33
Octal 314 102 70 0 104 111 24 4 73 63
Binary 11001100 1000010 111000 0 1000100 1001001 10100 100 111011 110011

Color Harmonies of #CC4238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4238

Black with #CC4238

Text Example


Text Example

White with #CC4238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4238; }

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

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

background-color css

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

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

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

border-color css

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

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

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