Html Css Color HEX #CC3A2F Persian Red

📋 copy color: '#CC3A2F'

red 204 ◦ green 58 ◦ blue 47

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

Shades of Persian Red #CC3A2F

Tints of Persian Red #CC3A2F

RGB

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

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

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

R = 66.02%
G = 18.77%
B = 15.21%

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

#CC3A2F (or 0xCC3A2F) is known color: Persian Red. HEX triplet: CC, 3A and 2F. RGB value is (204,58,47). Sum of RGB (Red+Green+Blue) = 204+58+47=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A2F is #33C5D0. Grayscale: #646464. Windows color (decimal): -3392977 or 3095244. OLE color: 3095244.

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

Color convert

RGB 204 58 47 -
CMYK 0 0.72 0.77 0.2
HSL 4.2º 0.63% 0.49% -
HSV(B) 4.2º 0.77% 0.8% -
XYZ 26.93 16.07 4.37 -
YUV 100.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 204 58 47 0 0.72 0.77 0.2 4.2 0.63 0.49
Hex CC 3A 2F 0 48 4D 14 4 3F 31
Octal 314 72 57 0 110 115 24 4 77 61
Binary 11001100 111010 101111 0 1001000 1001101 10100 100 111111 110001

Color Harmonies of #CC3A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A2F

Black with #CC3A2F

Text Example


Text Example

White with #CC3A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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