Html Css Color HEX #CE2D23 Persian Red

📋 copy color: '#CE2D23'

red 206 ◦ green 45 ◦ blue 35

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

Shades of Persian Red #CE2D23

Tints of Persian Red #CE2D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.73%

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

R = 72.03%
G = 15.73%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE2D23 (or 0xCE2D23) is known color: Persian Red. HEX triplet: CE, 2D and 23. RGB value is (206,45,35). Sum of RGB (Red+Green+Blue) = 206+45+35=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2D23 is #31D2DC. Grayscale: #5C5C5C. Windows color (decimal): -3265245 or 2305486. OLE color: 2305486.

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

Color convert

RGB 206 45 35 -
CMYK 0 0.78 0.83 0.19
HSL 3.51º 0.71% 0.47% -
HSV(B) 3.51º 0.83% 0.81% -
XYZ 26.7 15.12 3.1 -
YUV 92 95.84 209.31 -
System Red Green Blue C M Y K H S L
Decimal 206 45 35 0 0.78 0.83 0.19 3.51 0.71 0.47
Hex CE 2D 23 0 4E 53 13 4 47 2F
Octal 316 55 43 0 116 123 23 4 107 57
Binary 11001110 101101 100011 0 1001110 1010011 10011 100 1000111 101111

Color Harmonies of #CE2D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D23

Black with #CE2D23

Text Example


Text Example

White with #CE2D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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