Html Css Color HEX #CE2823 Persian Red

📋 copy color: '#CE2823'

red 206 ◦ green 40 ◦ blue 35

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

Shades of Persian Red #CE2823

Tints of Persian Red #CE2823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.46%

R = 73.31%
G = 14.23%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE2823 (or 0xCE2823) is known color: Persian Red. HEX triplet: CE, 28 and 23. RGB value is (206,40,35). Sum of RGB (Red+Green+Blue) = 206+40+35=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2823 is #31D7DC. Grayscale: #595959. Windows color (decimal): -3266525 or 2304206. OLE color: 2304206.

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

Color convert

RGB 206 40 35 -
CMYK 0 0.81 0.83 0.19
HSL 1.75º 0.71% 0.47% -
HSV(B) 1.75º 0.83% 0.81% -
XYZ 26.52 14.76 3.04 -
YUV 89.06 97.5 211.41 -
System Red Green Blue C M Y K H S L
Decimal 206 40 35 0 0.81 0.83 0.19 1.75 0.71 0.47
Hex CE 28 23 0 51 53 13 2 47 2F
Octal 316 50 43 0 121 123 23 2 107 57
Binary 11001110 101000 100011 0 1010001 1010011 10011 10 1000111 101111

Color Harmonies of #CE2823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2823

Black with #CE2823

Text Example


Text Example

White with #CE2823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2823; }

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

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

background-color css

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

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

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

border-color css

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

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

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