Html Css Color HEX #CC3925 Persian Red

📋 copy color: '#CC3925'

red 204 ◦ green 57 ◦ blue 37

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

Shades of Persian Red #CC3925

Tints of Persian Red #CC3925

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.13%

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

R = 68.46%
G = 19.13%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3925 (or 0xCC3925) is known color: Persian Red. HEX triplet: CC, 39 and 25. RGB value is (204,57,37). Sum of RGB (Red+Green+Blue) = 204+57+37=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3925 is #33C6DA. Grayscale: #626262. Windows color (decimal): -3393243 or 2439628. OLE color: 2439628.

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

Color convert

RGB 204 57 37 -
CMYK 0 0.72 0.82 0.2
HSL 7.19º 0.69% 0.47% -
HSV(B) 7.19º 0.82% 0.8% -
XYZ 26.7 15.9 3.41 -
YUV 98.67 93.2 203.13 -
System Red Green Blue C M Y K H S L
Decimal 204 57 37 0 0.72 0.82 0.2 7.19 0.69 0.47
Hex CC 39 25 0 48 52 14 7 45 2F
Octal 314 71 45 0 110 122 24 7 105 57
Binary 11001100 111001 100101 0 1001000 1010010 10100 111 1000101 101111

Color Harmonies of #CC3925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3925

Black with #CC3925

Text Example


Text Example

White with #CC3925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3925; }

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

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

background-color css

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

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

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

border-color css

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

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

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