Html Css Color HEX #CE3832 Persian Red

📋 copy color: '#CE3832'

red 206 ◦ green 56 ◦ blue 50

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

Shades of Persian Red #CE3832

Tints of Persian Red #CE3832

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.95%

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

R = 66.03%
G = 17.95%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE3832 (or 0xCE3832) is known color: Persian Red. HEX triplet: CE, 38 and 32. RGB value is (206,56,50). Sum of RGB (Red+Green+Blue) = 206+56+50=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3832 is #31C7CD. Grayscale: #646464. Windows color (decimal): -3262414 or 3291342. OLE color: 3291342.

HSL color Cylindrical-coordinate representation of color #CE3832: hue angle of 2.31º 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 #CE3832 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 56 50 -
CMYK 0 0.73 0.76 0.19
HSL 2.31º 0.61% 0.5% -
HSV(B) 2.31º 0.76% 0.81% -
XYZ 27.44 16.18 4.69 -
YUV 100.17 99.7 203.49 -
System Red Green Blue C M Y K H S L
Decimal 206 56 50 0 0.73 0.76 0.19 2.31 0.61 0.5
Hex CE 38 32 0 49 4C 13 2 3D 32
Octal 316 70 62 0 111 114 23 2 75 62
Binary 11001110 111000 110010 0 1001001 1001100 10011 10 111101 110010

Color Harmonies of #CE3832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3832

Black with #CE3832

Text Example


Text Example

White with #CE3832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3832; }

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

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

background-color css

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

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

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

border-color css

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

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

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