Html Css Color HEX #CC3125 Persian Red

📋 copy color: '#CC3125'

red 204 ◦ green 49 ◦ blue 37

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

Shades of Persian Red #CC3125

Tints of Persian Red #CC3125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.9%

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

R = 70.34%
G = 16.9%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3125 (or 0xCC3125) is known color: Persian Red. HEX triplet: CC, 31 and 25. RGB value is (204,49,37). Sum of RGB (Red+Green+Blue) = 204+49+37=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3125 is #33CEDA. Grayscale: #5E5E5E. Windows color (decimal): -3395291 or 2437580. OLE color: 2437580.

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

Color convert

RGB 204 49 37 -
CMYK 0 0.76 0.82 0.2
HSL 4.31º 0.69% 0.47% -
HSV(B) 4.31º 0.82% 0.8% -
XYZ 26.33 15.17 3.29 -
YUV 93.98 95.85 206.48 -
System Red Green Blue C M Y K H S L
Decimal 204 49 37 0 0.76 0.82 0.2 4.31 0.69 0.47
Hex CC 31 25 0 4C 52 14 4 45 2F
Octal 314 61 45 0 114 122 24 4 105 57
Binary 11001100 110001 100101 0 1001100 1010010 10100 100 1000101 101111

Color Harmonies of #CC3125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3125

Black with #CC3125

Text Example


Text Example

White with #CC3125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3125; }

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

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

background-color css

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

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

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

border-color css

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

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

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