Html Css Color HEX #CE2727 Persian Red

📋 copy color: '#CE2727'

red 206 ◦ green 39 ◦ blue 39

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

Shades of Persian Red #CE2727

Tints of Persian Red #CE2727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

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

R = 72.54%
G = 13.73%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE2727 (or 0xCE2727) is known color: Persian Red. HEX triplet: CE, 27 and 27. RGB value is (206,39,39). Sum of RGB (Red+Green+Blue) = 206+39+39=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2727 is #31D8D8. Grayscale: #595959. Windows color (decimal): -3266777 or 2566094. OLE color: 2566094.

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

Color convert

RGB 206 39 39 -
CMYK 0 0.81 0.81 0.19
HSL 0.68% 0.48% -
HSV(B) 0.81% 0.81% -
XYZ 26.55 14.72 3.36 -
YUV 88.93 99.83 211.5 -
System Red Green Blue C M Y K H S L
Decimal 206 39 39 0 0.81 0.81 0.19 0 0.68 0.48
Hex CE 27 27 0 51 51 13 0 44 30
Octal 316 47 47 0 121 121 23 0 104 60
Binary 11001110 100111 100111 0 1010001 1010001 10011 0 1000100 110000

Color Harmonies of #CE2727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2727

Black with #CE2727

Text Example


Text Example

White with #CE2727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2727; }

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

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

background-color css

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

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

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

border-color css

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

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

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