Html Css Color HEX #CE352B Persian Red

📋 copy color: '#CE352B'

red 206 ◦ green 53 ◦ blue 43

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

Shades of Persian Red #CE352B

Tints of Persian Red #CE352B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 68.21%
G = 17.55%
B = 14.24%

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

#CE352B (or 0xCE352B) is known color: Persian Red. HEX triplet: CE, 35 and 2B. RGB value is (206,53,43). Sum of RGB (Red+Green+Blue) = 206+53+43=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE352B is #31CAD4. Grayscale: #616161. Windows color (decimal): -3263189 or 2831822. OLE color: 2831822.

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

Color convert

RGB 206 53 43 -
CMYK 0 0.74 0.79 0.19
HSL 3.68º 0.65% 0.49% -
HSV(B) 3.68º 0.79% 0.81% -
XYZ 27.16 15.84 3.91 -
YUV 97.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 206 53 43 0 0.74 0.79 0.19 3.68 0.65 0.49
Hex CE 35 2B 0 4A 4F 13 4 41 31
Octal 316 65 53 0 112 117 23 4 101 61
Binary 11001110 110101 101011 0 1001010 1001111 10011 100 1000001 110001

Color Harmonies of #CE352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE352B

Black with #CE352B

Text Example


Text Example

White with #CE352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE352B; }

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

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

background-color css

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

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

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

border-color css

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

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

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