Html Css Color HEX #CC3631 Persian Red

📋 copy color: '#CC3631'

red 204 ◦ green 54 ◦ blue 49

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

Shades of Persian Red #CC3631

Tints of Persian Red #CC3631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

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

R = 66.45%
G = 17.59%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC3631 (or 0xCC3631) is known color: Persian Red. HEX triplet: CC, 36 and 31. RGB value is (204,54,49). Sum of RGB (Red+Green+Blue) = 204+54+49=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3631 is #33C9CE. Grayscale: #626262. Windows color (decimal): -3393999 or 3225292. OLE color: 3225292.

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

Color convert

RGB 204 54 49 -
CMYK 0 0.74 0.76 0.2
HSL 1.94º 0.61% 0.5% -
HSV(B) 1.94º 0.76% 0.8% -
XYZ 26.78 15.7 4.52 -
YUV 98.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 204 54 49 0 0.74 0.76 0.2 1.94 0.61 0.5
Hex CC 36 31 0 4A 4C 14 2 3D 32
Octal 314 66 61 0 112 114 24 2 75 62
Binary 11001100 110110 110001 0 1001010 1001100 10100 10 111101 110010

Color Harmonies of #CC3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3631

Black with #CC3631

Text Example


Text Example

White with #CC3631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3631; }

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

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

background-color css

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

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

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

border-color css

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

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

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