Html Css Color HEX #CC3A37 Persian Red

📋 copy color: '#CC3A37'

red 204 ◦ green 58 ◦ blue 55

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

Shades of Persian Red #CC3A37

Tints of Persian Red #CC3A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.35%

R = 64.35%
G = 18.3%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC3A37 (or 0xCC3A37) is known color: Persian Red. HEX triplet: CC, 3A and 37. RGB value is (204,58,55). Sum of RGB (Red+Green+Blue) = 204+58+55=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A37 is #33C5C8. Grayscale: #656565. Windows color (decimal): -3392969 or 3619532. OLE color: 3619532.

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

Color convert

RGB 204 58 55 -
CMYK 0 0.72 0.73 0.2
HSL 1.21º 0.59% 0.51% -
HSV(B) 1.21º 0.73% 0.8% -
XYZ 27.1 16.14 5.3 -
YUV 101.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 204 58 55 0 0.72 0.73 0.2 1.21 0.59 0.51
Hex CC 3A 37 0 48 49 14 1 3B 33
Octal 314 72 67 0 110 111 24 1 73 63
Binary 11001100 111010 110111 0 1001000 1001001 10100 1 111011 110011

Color Harmonies of #CC3A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A37

Black with #CC3A37

Text Example


Text Example

White with #CC3A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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