Html Css Color HEX #CC342A Persian Red

📋 copy color: '#CC342A'

red 204 ◦ green 52 ◦ blue 42

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

Shades of Persian Red #CC342A

Tints of Persian Red #CC342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 68.46%
G = 17.45%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC342A (or 0xCC342A) is known color: Persian Red. HEX triplet: CC, 34 and 2A. RGB value is (204,52,42). Sum of RGB (Red+Green+Blue) = 204+52+42=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC342A is #33CBD5. Grayscale: #606060. Windows color (decimal): -3394518 or 2766028. OLE color: 2766028.

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

Color convert

RGB 204 52 42 -
CMYK 0 0.75 0.79 0.2
HSL 3.7º 0.66% 0.48% -
HSV(B) 3.7º 0.79% 0.8% -
XYZ 26.55 15.46 3.78 -
YUV 96.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 204 52 42 0 0.75 0.79 0.2 3.7 0.66 0.48
Hex CC 34 2A 0 4B 4F 14 4 42 30
Octal 314 64 52 0 113 117 24 4 102 60
Binary 11001100 110100 101010 0 1001011 1001111 10100 100 1000010 110000

Color Harmonies of #CC342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC342A

Black with #CC342A

Text Example


Text Example

White with #CC342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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