Html Css Color HEX #CE2726 Persian Red

📋 copy color: '#CE2726'

red 206 ◦ green 39 ◦ blue 38

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

Shades of Persian Red #CE2726

Tints of Persian Red #CE2726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.43%

R = 72.79%
G = 13.78%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE2726 (or 0xCE2726) is known color: Persian Red. HEX triplet: CE, 27 and 26. RGB value is (206,39,38). Sum of RGB (Red+Green+Blue) = 206+39+38=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2726 is #31D8D9. Grayscale: #585858. Windows color (decimal): -3266778 or 2500558. OLE color: 2500558.

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

Color convert

RGB 206 39 38 -
CMYK 0 0.81 0.82 0.19
HSL 0.36º 0.69% 0.48% -
HSV(B) 0.36º 0.82% 0.81% -
XYZ 26.53 14.71 3.28 -
YUV 88.82 99.33 211.58 -
System Red Green Blue C M Y K H S L
Decimal 206 39 38 0 0.81 0.82 0.19 0.36 0.69 0.48
Hex CE 27 26 0 51 52 13 0 45 30
Octal 316 47 46 0 121 122 23 0 105 60
Binary 11001110 100111 100110 0 1010001 1010010 10011 0 1000101 110000

Color Harmonies of #CE2726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2726

Black with #CE2726

Text Example


Text Example

White with #CE2726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2726; }

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

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

background-color css

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

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

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

border-color css

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

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

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