Html Css Color HEX #CC3E2E Persian Red

📋 copy color: '#CC3E2E'

red 204 ◦ green 62 ◦ blue 46

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

Shades of Persian Red #CC3E2E

Tints of Persian Red #CC3E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.87%

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

R = 65.38%
G = 19.87%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC3E2E (or 0xCC3E2E) is known color: Persian Red. HEX triplet: CC, 3E and 2E. RGB value is (204,62,46). Sum of RGB (Red+Green+Blue) = 204+62+46=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E2E is #33C1D1. Grayscale: #666666. Windows color (decimal): -3391954 or 3030732. OLE color: 3030732.

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

Color convert

RGB 204 62 46 -
CMYK 0 0.70 0.77 0.2
HSL 6.08º 0.63% 0.49% -
HSV(B) 6.08º 0.77% 0.8% -
XYZ 27.12 16.48 4.34 -
YUV 102.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 204 62 46 0 0.70 0.77 0.2 6.08 0.63 0.49
Hex CC 3E 2E 0 46 4D 14 6 3F 31
Octal 314 76 56 0 106 115 24 6 77 61
Binary 11001100 111110 101110 0 1000110 1001101 10100 110 111111 110001

Color Harmonies of #CC3E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3E2E

Black with #CC3E2E

Text Example


Text Example

White with #CC3E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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