Html Css Color HEX #CE3631 Persian Red

📋 copy color: '#CE3631'

red 206 ◦ green 54 ◦ blue 49

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

Shades of Persian Red #CE3631

Tints of Persian Red #CE3631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.48%

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 66.67%
G = 17.48%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE3631 (or 0xCE3631) is known color: Persian Red. HEX triplet: CE, 36 and 31. RGB value is (206,54,49). Sum of RGB (Red+Green+Blue) = 206+54+49=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3631 is #31C9CE. Grayscale: #636363. Windows color (decimal): -3262927 or 3225294. OLE color: 3225294.

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

Color convert

RGB 206 54 49 -
CMYK 0 0.74 0.76 0.19
HSL 1.91º 0.62% 0.5% -
HSV(B) 1.91º 0.76% 0.81% -
XYZ 27.33 15.98 4.55 -
YUV 98.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 206 54 49 0 0.74 0.76 0.19 1.91 0.62 0.5
Hex CE 36 31 0 4A 4C 13 2 3E 32
Octal 316 66 61 0 112 114 23 2 76 62
Binary 11001110 110110 110001 0 1001010 1001100 10011 10 111110 110010

Color Harmonies of #CE3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3631

Black with #CE3631

Text Example


Text Example

White with #CE3631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3631; }

 p { color: rgb(206,54,49); }

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

background-color css

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

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

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

border-color css

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

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

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