Html Css Color HEX #CC342F Persian Red

📋 copy color: '#CC342F'

red 204 ◦ green 52 ◦ blue 47

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

Shades of Persian Red #CC342F

Tints of Persian Red #CC342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 67.33%
G = 17.16%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC342F (or 0xCC342F) is known color: Persian Red. HEX triplet: CC, 34 and 2F. RGB value is (204,52,47). Sum of RGB (Red+Green+Blue) = 204+52+47=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC342F is #33CBD0. Grayscale: #616161. Windows color (decimal): -3394513 or 3093708. OLE color: 3093708.

HSL color Cylindrical-coordinate representation of color #CC342F: hue angle of 1.91º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC342F is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 52 47 -
CMYK 0 0.75 0.77 0.2
HSL 1.91º 0.63% 0.49% -
HSV(B) 1.91º 0.77% 0.8% -
XYZ 26.64 15.5 4.28 -
YUV 96.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 204 52 47 0 0.75 0.77 0.2 1.91 0.63 0.49
Hex CC 34 2F 0 4B 4D 14 2 3F 31
Octal 314 64 57 0 113 115 24 2 77 61
Binary 11001100 110100 101111 0 1001011 1001101 10100 10 111111 110001

Color Harmonies of #CC342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC342F

Black with #CC342F

Text Example


Text Example

White with #CC342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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