Html Css Color HEX #CE2623 Persian Red

📋 copy color: '#CE2623'

red 206 ◦ green 38 ◦ blue 35

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

Shades of Persian Red #CE2623

Tints of Persian Red #CE2623

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

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

R = 73.84%
G = 13.62%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE2623 (or 0xCE2623) is known color: Persian Red. HEX triplet: CE, 26 and 23. RGB value is (206,38,35). Sum of RGB (Red+Green+Blue) = 206+38+35=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2623 is #31D9DC. Grayscale: #585858. Windows color (decimal): -3267037 or 2303694. OLE color: 2303694.

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

Color convert

RGB 206 38 35 -
CMYK 0 0.82 0.83 0.19
HSL 1.05º 0.71% 0.47% -
HSV(B) 1.05º 0.83% 0.81% -
XYZ 26.45 14.63 3.02 -
YUV 87.89 98.16 212.24 -
System Red Green Blue C M Y K H S L
Decimal 206 38 35 0 0.82 0.83 0.19 1.05 0.71 0.47
Hex CE 26 23 0 52 53 13 1 47 2F
Octal 316 46 43 0 122 123 23 1 107 57
Binary 11001110 100110 100011 0 1010010 1010011 10011 1 1000111 101111

Color Harmonies of #CE2623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2623

Black with #CE2623

Text Example


Text Example

White with #CE2623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2623; }

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

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

background-color css

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

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

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

border-color css

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

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

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