Html Css Color HEX #CC2925 Persian Red

📋 copy color: '#CC2925'

red 204 ◦ green 41 ◦ blue 37

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

Shades of Persian Red #CC2925

Tints of Persian Red #CC2925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.54%

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

R = 72.34%
G = 14.54%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC2925 (or 0xCC2925) is known color: Persian Red. HEX triplet: CC, 29 and 25. RGB value is (204,41,37). Sum of RGB (Red+Green+Blue) = 204+41+37=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2925 is #33D6DA. Grayscale: #595959. Windows color (decimal): -3397339 or 2435532. OLE color: 2435532.

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

Color convert

RGB 204 41 37 -
CMYK 0 0.80 0.82 0.2
HSL 1.44º 0.69% 0.47% -
HSV(B) 1.44º 0.82% 0.8% -
XYZ 26.03 14.56 3.19 -
YUV 89.28 98.5 209.83 -
System Red Green Blue C M Y K H S L
Decimal 204 41 37 0 0.80 0.82 0.2 1.44 0.69 0.47
Hex CC 29 25 0 50 52 14 1 45 2F
Octal 314 51 45 0 120 122 24 1 105 57
Binary 11001100 101001 100101 0 1010000 1010010 10100 1 1000101 101111

Color Harmonies of #CC2925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2925

Black with #CC2925

Text Example


Text Example

White with #CC2925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2925; }

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

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

background-color css

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

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

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

border-color css

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

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

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