Html Css Color HEX #CC3726 Persian Red

📋 copy color: '#CC3726'

red 204 ◦ green 55 ◦ blue 38

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

Shades of Persian Red #CC3726

Tints of Persian Red #CC3726

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.52%

 BLUE value IS 38 (15.23% from 255) = 12.79%

R = 68.69%
G = 18.52%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC3726 (or 0xCC3726) is known color: Persian Red. HEX triplet: CC, 37 and 26. RGB value is (204,55,38). Sum of RGB (Red+Green+Blue) = 204+55+38=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3726 is #33C8D9. Grayscale: #616161. Windows color (decimal): -3393754 or 2504652. OLE color: 2504652.

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

Color convert

RGB 204 55 38 -
CMYK 0 0.73 0.81 0.2
HSL 6.14º 0.69% 0.47% -
HSV(B) 6.14º 0.81% 0.8% -
XYZ 26.62 15.71 3.46 -
YUV 97.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 204 55 38 0 0.73 0.81 0.2 6.14 0.69 0.47
Hex CC 37 26 0 49 51 14 6 45 2F
Octal 314 67 46 0 111 121 24 6 105 57
Binary 11001100 110111 100110 0 1001001 1010001 10100 110 1000101 101111

Color Harmonies of #CC3726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3726

Black with #CC3726

Text Example


Text Example

White with #CC3726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3726; }

 p { color: rgb(204,55,38); }

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

background-color css

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

 a { background-color: rgb(204,55,38); }

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

border-color css

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

 span { border-color: rgb(204,55,38); }

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