Html Css Color HEX #CE2B27 Persian Red

📋 copy color: '#CE2B27'

red 206 ◦ green 43 ◦ blue 39

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

Shades of Persian Red #CE2B27

Tints of Persian Red #CE2B27

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.93%

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

R = 71.53%
G = 14.93%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE2B27 (or 0xCE2B27) is known color: Persian Red. HEX triplet: CE, 2B and 27. RGB value is (206,43,39). Sum of RGB (Red+Green+Blue) = 206+43+39=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2B27 is #31D4D8. Grayscale: #5B5B5B. Windows color (decimal): -3265753 or 2567118. OLE color: 2567118.

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

Color convert

RGB 206 43 39 -
CMYK 0 0.79 0.81 0.19
HSL 1.44º 0.68% 0.48% -
HSV(B) 1.44º 0.81% 0.81% -
XYZ 26.68 15 3.41 -
YUV 91.28 98.5 209.83 -
System Red Green Blue C M Y K H S L
Decimal 206 43 39 0 0.79 0.81 0.19 1.44 0.68 0.48
Hex CE 2B 27 0 4F 51 13 1 44 30
Octal 316 53 47 0 117 121 23 1 104 60
Binary 11001110 101011 100111 0 1001111 1010001 10011 1 1000100 110000

Color Harmonies of #CE2B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2B27

Black with #CE2B27

Text Example


Text Example

White with #CE2B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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