Html Css Color HEX #CE2821 Persian Red

📋 copy color: '#CE2821'

red 206 ◦ green 40 ◦ blue 33

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

Shades of Persian Red #CE2821

Tints of Persian Red #CE2821

RGB

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

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

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

R = 73.84%
G = 14.34%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE2821 (or 0xCE2821) is known color: Persian Red. HEX triplet: CE, 28 and 21. RGB value is (206,40,33). Sum of RGB (Red+Green+Blue) = 206+40+33=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2821 is #31D7DE. Grayscale: #595959. Windows color (decimal): -3266527 or 2173134. OLE color: 2173134.

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

Color convert

RGB 206 40 33 -
CMYK 0 0.81 0.84 0.19
HSL 2.43º 0.72% 0.47% -
HSV(B) 2.43º 0.84% 0.81% -
XYZ 26.49 14.75 2.89 -
YUV 88.84 96.5 211.57 -
System Red Green Blue C M Y K H S L
Decimal 206 40 33 0 0.81 0.84 0.19 2.43 0.72 0.47
Hex CE 28 21 0 51 54 13 2 48 2F
Octal 316 50 41 0 121 124 23 2 110 57
Binary 11001110 101000 100001 0 1010001 1010100 10011 10 1001000 101111

Color Harmonies of #CE2821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2821

Black with #CE2821

Text Example


Text Example

White with #CE2821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2821; }

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

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

background-color css

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

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

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

border-color css

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

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

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