Html Css Color HEX #CE352C Persian Red

📋 copy color: '#CE352C'

red 206 ◦ green 53 ◦ blue 44

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

Shades of Persian Red #CE352C

Tints of Persian Red #CE352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.49%

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 67.99%
G = 17.49%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE352C (or 0xCE352C) is known color: Persian Red. HEX triplet: CE, 35 and 2C. RGB value is (206,53,44). Sum of RGB (Red+Green+Blue) = 206+53+44=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE352C is #31CAD3. Grayscale: #616161. Windows color (decimal): -3263188 or 2897358. OLE color: 2897358.

HSL color Cylindrical-coordinate representation of color #CE352C: hue angle of 3.33º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE352C is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 53 44 -
CMYK 0 0.74 0.79 0.19
HSL 3.33º 0.65% 0.49% -
HSV(B) 3.33º 0.79% 0.81% -
XYZ 27.18 15.85 4.01 -
YUV 97.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 206 53 44 0 0.74 0.79 0.19 3.33 0.65 0.49
Hex CE 35 2C 0 4A 4F 13 3 41 31
Octal 316 65 54 0 112 117 23 3 101 61
Binary 11001110 110101 101100 0 1001010 1001111 10011 11 1000001 110001

Color Harmonies of #CE352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE352C

Black with #CE352C

Text Example


Text Example

White with #CE352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE352C; }

 p { color: rgb(206,53,44); }

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

background-color css

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

 a { background-color: rgb(206,53,44); }

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

border-color css

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

 span { border-color: rgb(206,53,44); }

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