Html Css Color HEX #CC3A2E Persian Red

📋 copy color: '#CC3A2E'

red 204 ◦ green 58 ◦ blue 46

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

Shades of Persian Red #CC3A2E

Tints of Persian Red #CC3A2E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.83%

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 66.23%
G = 18.83%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC3A2E (or 0xCC3A2E) is known color: Persian Red. HEX triplet: CC, 3A and 2E. RGB value is (204,58,46). Sum of RGB (Red+Green+Blue) = 204+58+46=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A2E is #33C5D1. Grayscale: #646464. Windows color (decimal): -3392978 or 3029708. OLE color: 3029708.

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

Color convert

RGB 204 58 46 -
CMYK 0 0.72 0.77 0.2
HSL 4.56º 0.63% 0.49% -
HSV(B) 4.56º 0.77% 0.8% -
XYZ 26.91 16.06 4.27 -
YUV 100.29 97.37 201.98 -
System Red Green Blue C M Y K H S L
Decimal 204 58 46 0 0.72 0.77 0.2 4.56 0.63 0.49
Hex CC 3A 2E 0 48 4D 14 5 3F 31
Octal 314 72 56 0 110 115 24 5 77 61
Binary 11001100 111010 101110 0 1001000 1001101 10100 101 111111 110001

Color Harmonies of #CC3A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A2E

Black with #CC3A2E

Text Example


Text Example

White with #CC3A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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