Html Css Color HEX #CC4031 Persian Red

📋 copy color: '#CC4031'

red 204 ◦ green 64 ◦ blue 49

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

Shades of Persian Red #CC4031

Tints of Persian Red #CC4031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.46%

R = 64.35%
G = 20.19%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC4031 (or 0xCC4031) is known color: Persian Red. HEX triplet: CC, 40 and 31. RGB value is (204,64,49). Sum of RGB (Red+Green+Blue) = 204+64+49=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4031 is #33BFCE. Grayscale: #686868. Windows color (decimal): -3391439 or 3227852. OLE color: 3227852.

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

Color convert

RGB 204 64 49 -
CMYK 0 0.69 0.76 0.2
HSL 5.81º 0.61% 0.5% -
HSV(B) 5.81º 0.76% 0.8% -
XYZ 27.29 16.73 4.7 -
YUV 104.15 96.88 199.22 -
System Red Green Blue C M Y K H S L
Decimal 204 64 49 0 0.69 0.76 0.2 5.81 0.61 0.5
Hex CC 40 31 0 45 4C 14 6 3D 32
Octal 314 100 61 0 105 114 24 6 75 62
Binary 11001100 1000000 110001 0 1000101 1001100 10100 110 111101 110010

Color Harmonies of #CC4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4031

Black with #CC4031

Text Example


Text Example

White with #CC4031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4031; }

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

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

background-color css

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

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

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

border-color css

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

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

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