Html Css Color HEX #CC2626 Persian Red

📋 copy color: '#CC2626'

red 204 ◦ green 38 ◦ blue 38

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

Shades of Persian Red #CC2626

Tints of Persian Red #CC2626

RGB

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

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

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

R = 72.86%
G = 13.57%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC2626 (or 0xCC2626) is known color: Persian Red. HEX triplet: CC, 26 and 26. RGB value is (204,38,38). Sum of RGB (Red+Green+Blue) = 204+38+38=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2626 is #33D9D9. Grayscale: #575757. Windows color (decimal): -3398106 or 2500300. OLE color: 2500300.

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

Color convert

RGB 204 38 38 -
CMYK 0 0.81 0.81 0.2
HSL 0.69% 0.47% -
HSV(B) 0.81% 0.8% -
XYZ 25.94 14.36 3.24 -
YUV 87.63 100 211 -
System Red Green Blue C M Y K H S L
Decimal 204 38 38 0 0.81 0.81 0.2 0 0.69 0.47
Hex CC 26 26 0 51 51 14 0 45 2F
Octal 314 46 46 0 121 121 24 0 105 57
Binary 11001100 100110 100110 0 1010001 1010001 10100 0 1000101 101111

Color Harmonies of #CC2626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2626

Black with #CC2626

Text Example


Text Example

White with #CC2626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2626; }

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

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

background-color css

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

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

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

border-color css

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

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

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