Html Css Color HEX #CC3425 Persian Red

📋 copy color: '#CC3425'

red 204 ◦ green 52 ◦ blue 37

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

Shades of Persian Red #CC3425

Tints of Persian Red #CC3425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.75%

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

R = 69.62%
G = 17.75%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3425 (or 0xCC3425) is known color: Persian Red. HEX triplet: CC, 34 and 25. RGB value is (204,52,37). Sum of RGB (Red+Green+Blue) = 204+52+37=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3425 is #33CBDA. Grayscale: #5F5F5F. Windows color (decimal): -3394523 or 2438348. OLE color: 2438348.

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

Color convert

RGB 204 52 37 -
CMYK 0 0.75 0.82 0.2
HSL 5.39º 0.69% 0.47% -
HSV(B) 5.39º 0.82% 0.8% -
XYZ 26.46 15.43 3.33 -
YUV 95.74 94.86 205.22 -
System Red Green Blue C M Y K H S L
Decimal 204 52 37 0 0.75 0.82 0.2 5.39 0.69 0.47
Hex CC 34 25 0 4B 52 14 5 45 2F
Octal 314 64 45 0 113 122 24 5 105 57
Binary 11001100 110100 100101 0 1001011 1010010 10100 101 1000101 101111

Color Harmonies of #CC3425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3425

Black with #CC3425

Text Example


Text Example

White with #CC3425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3425; }

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

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

background-color css

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

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

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

border-color css

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

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

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