Html Css Color HEX #CE2926 Persian Red

📋 copy color: '#CE2926'

red 206 ◦ green 41 ◦ blue 38

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

Shades of Persian Red #CE2926

Tints of Persian Red #CE2926

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

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

R = 72.28%
G = 14.39%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE2926 (or 0xCE2926) is known color: Persian Red. HEX triplet: CE, 29 and 26. RGB value is (206,41,38). Sum of RGB (Red+Green+Blue) = 206+41+38=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2926 is #31D6D9. Grayscale: #5A5A5A. Windows color (decimal): -3266266 or 2501070. OLE color: 2501070.

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

Color convert

RGB 206 41 38 -
CMYK 0 0.80 0.82 0.19
HSL 1.07º 0.69% 0.48% -
HSV(B) 1.07º 0.82% 0.81% -
XYZ 26.6 14.85 3.3 -
YUV 89.99 98.66 210.74 -
System Red Green Blue C M Y K H S L
Decimal 206 41 38 0 0.80 0.82 0.19 1.07 0.69 0.48
Hex CE 29 26 0 50 52 13 1 45 30
Octal 316 51 46 0 120 122 23 1 105 60
Binary 11001110 101001 100110 0 1010000 1010010 10011 1 1000101 110000

Color Harmonies of #CE2926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2926

Black with #CE2926

Text Example


Text Example

White with #CE2926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2926; }

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

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

background-color css

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

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

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

border-color css

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

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

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