Html Css Color HEX #CC2E26 Persian Red

📋 copy color: '#CC2E26'

red 204 ◦ green 46 ◦ blue 38

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

Shades of Persian Red #CC2E26

Tints of Persian Red #CC2E26

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.97%

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

R = 70.83%
G = 15.97%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC2E26 (or 0xCC2E26) is known color: Persian Red. HEX triplet: CC, 2E and 26. RGB value is (204,46,38). Sum of RGB (Red+Green+Blue) = 204+46+38=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2E26 is #33D1D9. Grayscale: #5C5C5C. Windows color (decimal): -3396058 or 2502348. OLE color: 2502348.

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

Color convert

RGB 204 46 38 -
CMYK 0 0.77 0.81 0.2
HSL 2.89º 0.69% 0.47% -
HSV(B) 2.89º 0.81% 0.8% -
XYZ 26.23 14.93 3.33 -
YUV 92.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 204 46 38 0 0.77 0.81 0.2 2.89 0.69 0.47
Hex CC 2E 26 0 4D 51 14 3 45 2F
Octal 314 56 46 0 115 121 24 3 105 57
Binary 11001100 101110 100110 0 1001101 1010001 10100 11 1000101 101111

Color Harmonies of #CC2E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2E26

Black with #CC2E26

Text Example


Text Example

White with #CC2E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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