Html Css Color HEX #CC3326 Persian Red

📋 copy color: '#CC3326'

red 204 ◦ green 51 ◦ blue 38

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

Shades of Persian Red #CC3326

Tints of Persian Red #CC3326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.41%

 BLUE value IS 38 (15.23% from 255) = 12.97%

R = 69.62%
G = 17.41%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC3326 (or 0xCC3326) is known color: Persian Red. HEX triplet: CC, 33 and 26. RGB value is (204,51,38). Sum of RGB (Red+Green+Blue) = 204+51+38=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3326 is #33CCD9. Grayscale: #5F5F5F. Windows color (decimal): -3394778 or 2503628. OLE color: 2503628.

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

Color convert

RGB 204 51 38 -
CMYK 0 0.75 0.81 0.2
HSL 4.7º 0.69% 0.47% -
HSV(B) 4.7º 0.81% 0.8% -
XYZ 26.44 15.34 3.4 -
YUV 95.27 95.69 205.56 -
System Red Green Blue C M Y K H S L
Decimal 204 51 38 0 0.75 0.81 0.2 4.7 0.69 0.47
Hex CC 33 26 0 4B 51 14 5 45 2F
Octal 314 63 46 0 113 121 24 5 105 57
Binary 11001100 110011 100110 0 1001011 1010001 10100 101 1000101 101111

Color Harmonies of #CC3326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3326

Black with #CC3326

Text Example


Text Example

White with #CC3326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3326; }

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

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

background-color css

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

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

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

border-color css

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

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

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