Html Css Color HEX #CC2823 Persian Red

📋 copy color: '#CC2823'

red 204 ◦ green 40 ◦ blue 35

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

Shades of Persian Red #CC2823

Tints of Persian Red #CC2823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

 BLUE value IS 35 (14.06% from 255) = 12.54%

R = 73.12%
G = 14.34%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC2823 (or 0xCC2823) is known color: Persian Red. HEX triplet: CC, 28 and 23. RGB value is (204,40,35). Sum of RGB (Red+Green+Blue) = 204+40+35=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2823 is #33D7DC. Grayscale: #585858. Windows color (decimal): -3397597 or 2304204. OLE color: 2304204.

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

Color convert

RGB 204 40 35 -
CMYK 0 0.80 0.83 0.2
HSL 1.78º 0.71% 0.47% -
HSV(B) 1.78º 0.83% 0.8% -
XYZ 25.96 14.48 3.02 -
YUV 88.47 97.83 210.41 -
System Red Green Blue C M Y K H S L
Decimal 204 40 35 0 0.80 0.83 0.2 1.78 0.71 0.47
Hex CC 28 23 0 50 53 14 2 47 2F
Octal 314 50 43 0 120 123 24 2 107 57
Binary 11001100 101000 100011 0 1010000 1010011 10100 10 1000111 101111

Color Harmonies of #CC2823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2823

Black with #CC2823

Text Example


Text Example

White with #CC2823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2823; }

 p { color: rgb(204,40,35); }

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

background-color css

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

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

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

border-color css

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

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

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