Html Css Color HEX #CE3232 Persian Red

📋 copy color: '#CE3232'

red 206 ◦ green 50 ◦ blue 50

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

Shades of Persian Red #CE3232

Tints of Persian Red #CE3232

RGB

 RED value IS 206 (80.86% from 255) = 67.32%

 GREEN value IS 50 (19.92% from 255) = 16.34%

 BLUE value IS 50 (19.92% from 255) = 16.34%

R = 67.32%
G = 16.34%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE3232 (or 0xCE3232) is known color: Persian Red. HEX triplet: CE, 32 and 32. RGB value is (206,50,50). Sum of RGB (Red+Green+Blue) = 206+50+50=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3232 is #31CDCD. Grayscale: #606060. Windows color (decimal): -3263950 or 3289806. OLE color: 3289806.

HSL color Cylindrical-coordinate representation of color #CE3232: hue angle of 0º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3232 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 50 -
CMYK 0 0.76 0.76 0.19
HSL 0.61% 0.5% -
HSV(B) 0.76% 0.81% -
XYZ 27.17 15.63 4.6 -
YUV 96.64 101.68 206 -
System Red Green Blue C M Y K H S L
Decimal 206 50 50 0 0.76 0.76 0.19 0 0.61 0.5
Hex CE 32 32 0 4C 4C 13 0 3D 32
Octal 316 62 62 0 114 114 23 0 75 62
Binary 11001110 110010 110010 0 1001100 1001100 10011 0 111101 110010

Color Harmonies of #CE3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3232

Black with #CE3232

Text Example


Text Example

White with #CE3232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3232; }

 p { color: rgb(206,50,50); }

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

background-color css

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

 a { background-color: rgb(206,50,50); }

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

border-color css

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

 span { border-color: rgb(206,50,50); }

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