Html Css Color HEX #CC3B25 Persian Red

📋 copy color: '#CC3B25'

red 204 ◦ green 59 ◦ blue 37

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

Shades of Persian Red #CC3B25

Tints of Persian Red #CC3B25

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.67%

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

R = 68%
G = 19.67%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3B25 (or 0xCC3B25) is known color: Persian Red. HEX triplet: CC, 3B and 25. RGB value is (204,59,37). Sum of RGB (Red+Green+Blue) = 204+59+37=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3B25 is #33C4DA. Grayscale: #646464. Windows color (decimal): -3392731 or 2440140. OLE color: 2440140.

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

Color convert

RGB 204 59 37 -
CMYK 0 0.71 0.82 0.2
HSL 7.9º 0.69% 0.47% -
HSV(B) 7.9º 0.82% 0.8% -
XYZ 26.8 16.1 3.45 -
YUV 99.85 92.54 202.29 -
System Red Green Blue C M Y K H S L
Decimal 204 59 37 0 0.71 0.82 0.2 7.9 0.69 0.47
Hex CC 3B 25 0 47 52 14 8 45 2F
Octal 314 73 45 0 107 122 24 10 105 57
Binary 11001100 111011 100101 0 1000111 1010010 10100 1000 1000101 101111

Color Harmonies of #CC3B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3B25

Black with #CC3B25

Text Example


Text Example

White with #CC3B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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