Html Css Color HEX #CE2723 Persian Red

📋 copy color: '#CE2723'

red 206 ◦ green 39 ◦ blue 35

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

Shades of Persian Red #CE2723

Tints of Persian Red #CE2723

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.93%

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

R = 73.57%
G = 13.93%
B = 12.5%

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

#CE2723 (or 0xCE2723) is known color: Persian Red. HEX triplet: CE, 27 and 23. RGB value is (206,39,35). Sum of RGB (Red+Green+Blue) = 206+39+35=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2723 is #31D8DC. Grayscale: #585858. Windows color (decimal): -3266781 or 2303950. OLE color: 2303950.

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

Color convert

RGB 206 39 35 -
CMYK 0 0.81 0.83 0.19
HSL 1.4º 0.71% 0.47% -
HSV(B) 1.4º 0.83% 0.81% -
XYZ 26.48 14.69 3.03 -
YUV 88.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 206 39 35 0 0.81 0.83 0.19 1.4 0.71 0.47
Hex CE 27 23 0 51 53 13 1 47 2F
Octal 316 47 43 0 121 123 23 1 107 57
Binary 11001110 100111 100011 0 1010001 1010011 10011 1 1000111 101111

Color Harmonies of #CE2723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2723

Black with #CE2723

Text Example


Text Example

White with #CE2723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2723; }

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

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

background-color css

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

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

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

border-color css

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

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

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