Html Css Color HEX #CC2621 Persian Red

📋 copy color: '#CC2621'

red 204 ◦ green 38 ◦ blue 33

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

Shades of Persian Red #CC2621

Tints of Persian Red #CC2621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.82%

 BLUE value IS 33 (13.28% from 255) = 12%

R = 74.18%
G = 13.82%
B = 12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC2621 (or 0xCC2621) is known color: Persian Red. HEX triplet: CC, 26 and 21. RGB value is (204,38,33). Sum of RGB (Red+Green+Blue) = 204+38+33=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2621 is #33D9DE. Grayscale: #575757. Windows color (decimal): -3398111 or 2172620. OLE color: 2172620.

HSL color Cylindrical-coordinate representation of color #CC2621: hue angle of 1.75º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2621 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 33 -
CMYK 0 0.81 0.84 0.2
HSL 1.75º 0.72% 0.46% -
HSV(B) 1.75º 0.84% 0.8% -
XYZ 25.87 14.33 2.84 -
YUV 87.06 97.5 211.41 -
System Red Green Blue C M Y K H S L
Decimal 204 38 33 0 0.81 0.84 0.2 1.75 0.72 0.46
Hex CC 26 21 0 51 54 14 2 48 2E
Octal 314 46 41 0 121 124 24 2 110 56
Binary 11001100 100110 100001 0 1010001 1010100 10100 10 1001000 101110

Color Harmonies of #CC2621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2621

Black with #CC2621

Text Example


Text Example

White with #CC2621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2621; }

 p { color: rgb(204,38,33); }

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

background-color css

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

 a { background-color: rgb(204,38,33); }

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

border-color css

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

 span { border-color: rgb(204,38,33); }

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