Html Css Color HEX #CC3525 Persian Red

📋 copy color: '#CC3525'

red 204 ◦ green 53 ◦ blue 37

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

Shades of Persian Red #CC3525

Tints of Persian Red #CC3525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.03%

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

R = 69.39%
G = 18.03%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3525 (or 0xCC3525) is known color: Persian Red. HEX triplet: CC, 35 and 25. RGB value is (204,53,37). Sum of RGB (Red+Green+Blue) = 204+53+37=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3525 is #33CADA. Grayscale: #606060. Windows color (decimal): -3394267 or 2438604. OLE color: 2438604.

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

Color convert

RGB 204 53 37 -
CMYK 0 0.74 0.82 0.2
HSL 5.75º 0.69% 0.47% -
HSV(B) 5.75º 0.82% 0.8% -
XYZ 26.51 15.52 3.35 -
YUV 96.33 94.53 204.8 -
System Red Green Blue C M Y K H S L
Decimal 204 53 37 0 0.74 0.82 0.2 5.75 0.69 0.47
Hex CC 35 25 0 4A 52 14 6 45 2F
Octal 314 65 45 0 112 122 24 6 105 57
Binary 11001100 110101 100101 0 1001010 1010010 10100 110 1000101 101111

Color Harmonies of #CC3525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3525

Black with #CC3525

Text Example


Text Example

White with #CC3525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3525; }

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

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

background-color css

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

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

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

border-color css

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

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

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