Html Css Color HEX #CC3D3A Persian Red

📋 copy color: '#CC3D3A'

red 204 ◦ green 61 ◦ blue 58

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

Shades of Persian Red #CC3D3A

Tints of Persian Red #CC3D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.89%

 BLUE value IS 58 (23.05% from 255) = 17.96%

R = 63.16%
G = 18.89%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC3D3A (or 0xCC3D3A) is known color: Persian Red. HEX triplet: CC, 3D and 3A. RGB value is (204,61,58). Sum of RGB (Red+Green+Blue) = 204+61+58=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D3A is #33C2C5. Grayscale: #676767. Windows color (decimal): -3392198 or 3816908. OLE color: 3816908.

HSL color Cylindrical-coordinate representation of color #CC3D3A: hue angle of 1.23º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3D3A is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 61 58 -
CMYK 0 0.70 0.72 0.2
HSL 1.23º 0.59% 0.51% -
HSV(B) 1.23º 0.72% 0.8% -
XYZ 27.33 16.48 5.74 -
YUV 103.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 204 61 58 0 0.70 0.72 0.2 1.23 0.59 0.51
Hex CC 3D 3A 0 46 48 14 1 3B 33
Octal 314 75 72 0 106 110 24 1 73 63
Binary 11001100 111101 111010 0 1000110 1001000 10100 1 111011 110011

Color Harmonies of #CC3D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3D3A

Black with #CC3D3A

Text Example


Text Example

White with #CC3D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3D3A; }

 p { color: rgb(204,61,58); }

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

background-color css

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

 a { background-color: rgb(204,61,58); }

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

border-color css

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

 span { border-color: rgb(204,61,58); }

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