Html Css Color HEX #CE3227 Persian Red

📋 copy color: '#CE3227'

red 206 ◦ green 50 ◦ blue 39

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

Shades of Persian Red #CE3227

Tints of Persian Red #CE3227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.22%

R = 69.83%
G = 16.95%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE3227 (or 0xCE3227) is known color: Persian Red. HEX triplet: CE, 32 and 27. RGB value is (206,50,39). Sum of RGB (Red+Green+Blue) = 206+50+39=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3227 is #31CDD8. Grayscale: #5F5F5F. Windows color (decimal): -3263961 or 2568910. OLE color: 2568910.

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

Color convert

RGB 206 50 39 -
CMYK 0 0.76 0.81 0.19
HSL 3.95º 0.68% 0.48% -
HSV(B) 3.95º 0.81% 0.81% -
XYZ 26.96 15.55 3.5 -
YUV 95.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 206 50 39 0 0.76 0.81 0.19 3.95 0.68 0.48
Hex CE 32 27 0 4C 51 13 4 44 30
Octal 316 62 47 0 114 121 23 4 104 60
Binary 11001110 110010 100111 0 1001100 1010001 10011 100 1000100 110000

Color Harmonies of #CE3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3227

Black with #CE3227

Text Example


Text Example

White with #CE3227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3227; }

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

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

background-color css

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

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

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

border-color css

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

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

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