Html Css Color HEX #CC2D26 Persian Red

📋 copy color: '#CC2D26'

red 204 ◦ green 45 ◦ blue 38

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

Shades of Persian Red #CC2D26

Tints of Persian Red #CC2D26

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.68%

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

R = 71.08%
G = 15.68%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC2D26 (or 0xCC2D26) is known color: Persian Red. HEX triplet: CC, 2D and 26. RGB value is (204,45,38). Sum of RGB (Red+Green+Blue) = 204+45+38=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2D26 is #33D2D9. Grayscale: #5B5B5B. Windows color (decimal): -3396314 or 2502092. OLE color: 2502092.

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

Color convert

RGB 204 45 38 -
CMYK 0 0.78 0.81 0.2
HSL 2.53º 0.69% 0.47% -
HSV(B) 2.53º 0.81% 0.8% -
XYZ 26.19 14.85 3.32 -
YUV 91.74 97.68 208.07 -
System Red Green Blue C M Y K H S L
Decimal 204 45 38 0 0.78 0.81 0.2 2.53 0.69 0.47
Hex CC 2D 26 0 4E 51 14 3 45 2F
Octal 314 55 46 0 116 121 24 3 105 57
Binary 11001100 101101 100110 0 1001110 1010001 10100 11 1000101 101111

Color Harmonies of #CC2D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2D26

Black with #CC2D26

Text Example


Text Example

White with #CC2D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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