Html Css Color HEX #CC2B26 Persian Red

📋 copy color: '#CC2B26'

red 204 ◦ green 43 ◦ blue 38

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

Shades of Persian Red #CC2B26

Tints of Persian Red #CC2B26

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.09%

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

R = 71.58%
G = 15.09%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC2B26 (or 0xCC2B26) is known color: Persian Red. HEX triplet: CC, 2B and 26. RGB value is (204,43,38). Sum of RGB (Red+Green+Blue) = 204+43+38=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2B26 is #33D4D9. Grayscale: #5A5A5A. Windows color (decimal): -3396826 or 2501580. OLE color: 2501580.

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

Color convert

RGB 204 43 38 -
CMYK 0 0.79 0.81 0.2
HSL 1.81º 0.69% 0.47% -
HSV(B) 1.81º 0.81% 0.8% -
XYZ 26.12 14.71 3.3 -
YUV 90.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 204 43 38 0 0.79 0.81 0.2 1.81 0.69 0.47
Hex CC 2B 26 0 4F 51 14 2 45 2F
Octal 314 53 46 0 117 121 24 2 105 57
Binary 11001100 101011 100110 0 1001111 1010001 10100 10 1000101 101111

Color Harmonies of #CC2B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B26

Black with #CC2B26

Text Example


Text Example

White with #CC2B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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