Html Css Color HEX #CE2221 Persian Red

📋 copy color: '#CE2221'

red 206 ◦ green 34 ◦ blue 33

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

Shades of Persian Red #CE2221

Tints of Persian Red #CE2221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.45%

 BLUE value IS 33 (13.28% from 255) = 12.09%

R = 75.46%
G = 12.45%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE2221 (or 0xCE2221) is known color: Persian Red. HEX triplet: CE, 22 and 21. RGB value is (206,34,33). Sum of RGB (Red+Green+Blue) = 206+34+33=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2221 is #31DDDE. Grayscale: #555555. Windows color (decimal): -3268063 or 2171598. OLE color: 2171598.

HSL color Cylindrical-coordinate representation of color #CE2221: hue angle of 0.35º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2221 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 34 33 -
CMYK 0 0.83 0.84 0.19
HSL 0.35º 0.72% 0.47% -
HSV(B) 0.35º 0.84% 0.81% -
XYZ 26.3 14.38 2.83 -
YUV 85.31 98.48 214.08 -
System Red Green Blue C M Y K H S L
Decimal 206 34 33 0 0.83 0.84 0.19 0.35 0.72 0.47
Hex CE 22 21 0 53 54 13 0 48 2F
Octal 316 42 41 0 123 124 23 0 110 57
Binary 11001110 100010 100001 0 1010011 1010100 10011 0 1001000 101111

Color Harmonies of #CE2221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2221

Black with #CE2221

Text Example


Text Example

White with #CE2221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2221; }

 p { color: rgb(206,34,33); }

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

background-color css

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

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

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

border-color css

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

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

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