Html Css Color HEX #CC2725 Persian Red

📋 copy color: '#CC2725'

red 204 ◦ green 39 ◦ blue 37

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

Shades of Persian Red #CC2725

Tints of Persian Red #CC2725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.93%

 BLUE value IS 37 (14.84% from 255) = 13.21%

R = 72.86%
G = 13.93%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC2725 (or 0xCC2725) is known color: Persian Red. HEX triplet: CC, 27 and 25. RGB value is (204,39,37). Sum of RGB (Red+Green+Blue) = 204+39+37=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2725 is #33D8DA. Grayscale: #585858. Windows color (decimal): -3397851 or 2435020. OLE color: 2435020.

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

Color convert

RGB 204 39 37 -
CMYK 0 0.81 0.82 0.2
HSL 0.72º 0.69% 0.47% -
HSV(B) 0.72º 0.82% 0.8% -
XYZ 25.96 14.42 3.17 -
YUV 88.11 99.16 210.66 -
System Red Green Blue C M Y K H S L
Decimal 204 39 37 0 0.81 0.82 0.2 0.72 0.69 0.47
Hex CC 27 25 0 51 52 14 1 45 2F
Octal 314 47 45 0 121 122 24 1 105 57
Binary 11001100 100111 100101 0 1010001 1010010 10100 1 1000101 101111

Color Harmonies of #CC2725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2725

Black with #CC2725

Text Example


Text Example

White with #CC2725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2725; }

 p { color: rgb(204,39,37); }

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

background-color css

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

 a { background-color: rgb(204,39,37); }

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

border-color css

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

 span { border-color: rgb(204,39,37); }

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