Html Css Color HEX #CC2F23 Persian Red

📋 copy color: '#CC2F23'

red 204 ◦ green 47 ◦ blue 35

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

Shades of Persian Red #CC2F23

Tints of Persian Red #CC2F23

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.43%

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

R = 71.33%
G = 16.43%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC2F23 (or 0xCC2F23) is known color: Persian Red. HEX triplet: CC, 2F and 23. RGB value is (204,47,35). Sum of RGB (Red+Green+Blue) = 204+47+35=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2F23 is #33D0DC. Grayscale: #5C5C5C. Windows color (decimal): -3395805 or 2305996. OLE color: 2305996.

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

Color convert

RGB 204 47 35 -
CMYK 0 0.77 0.83 0.2
HSL 4.26º 0.71% 0.47% -
HSV(B) 4.26º 0.83% 0.8% -
XYZ 26.22 14.99 3.1 -
YUV 92.58 95.51 207.48 -
System Red Green Blue C M Y K H S L
Decimal 204 47 35 0 0.77 0.83 0.2 4.26 0.71 0.47
Hex CC 2F 23 0 4D 53 14 4 47 2F
Octal 314 57 43 0 115 123 24 4 107 57
Binary 11001100 101111 100011 0 1001101 1010011 10100 100 1000111 101111

Color Harmonies of #CC2F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F23

Black with #CC2F23

Text Example


Text Example

White with #CC2F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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