Html Css Color HEX #CC2923 Persian Red

📋 copy color: '#CC2923'

red 204 ◦ green 41 ◦ blue 35

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

Shades of Persian Red #CC2923

Tints of Persian Red #CC2923

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.64%

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

R = 72.86%
G = 14.64%
B = 12.5%

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

#CC2923 (or 0xCC2923) is known color: Persian Red. HEX triplet: CC, 29 and 23. RGB value is (204,41,35). Sum of RGB (Red+Green+Blue) = 204+41+35=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2923 is #33D6DC. Grayscale: #595959. Windows color (decimal): -3397341 or 2304460. OLE color: 2304460.

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

Color convert

RGB 204 41 35 -
CMYK 0 0.80 0.83 0.2
HSL 2.13º 0.71% 0.47% -
HSV(B) 2.13º 0.83% 0.8% -
XYZ 26 14.54 3.03 -
YUV 89.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 204 41 35 0 0.80 0.83 0.2 2.13 0.71 0.47
Hex CC 29 23 0 50 53 14 2 47 2F
Octal 314 51 43 0 120 123 24 2 107 57
Binary 11001100 101001 100011 0 1010000 1010011 10100 10 1000111 101111

Color Harmonies of #CC2923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2923

Black with #CC2923

Text Example


Text Example

White with #CC2923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2923; }

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

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

background-color css

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

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

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

border-color css

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

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

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