Html Css Color HEX #CE2826 Persian Red

📋 copy color: '#CE2826'

red 206 ◦ green 40 ◦ blue 38

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

Shades of Persian Red #CE2826

Tints of Persian Red #CE2826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.08%

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

R = 72.54%
G = 14.08%
B = 13.38%

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

#CE2826 (or 0xCE2826) is known color: Persian Red. HEX triplet: CE, 28 and 26. RGB value is (206,40,38). Sum of RGB (Red+Green+Blue) = 206+40+38=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2826 is #31D7D9. Grayscale: #595959. Windows color (decimal): -3266522 or 2500814. OLE color: 2500814.

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

Color convert

RGB 206 40 38 -
CMYK 0 0.81 0.82 0.19
HSL 0.71º 0.69% 0.48% -
HSV(B) 0.71º 0.82% 0.81% -
XYZ 26.56 14.78 3.29 -
YUV 89.41 99 211.16 -
System Red Green Blue C M Y K H S L
Decimal 206 40 38 0 0.81 0.82 0.19 0.71 0.69 0.48
Hex CE 28 26 0 51 52 13 1 45 30
Octal 316 50 46 0 121 122 23 1 105 60
Binary 11001110 101000 100110 0 1010001 1010010 10011 1 1000101 110000

Color Harmonies of #CE2826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2826

Black with #CE2826

Text Example


Text Example

White with #CE2826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2826; }

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

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

background-color css

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

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

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

border-color css

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

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

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