Html Css Color HEX #CE352F Persian Red

📋 copy color: '#CE352F'

red 206 ◦ green 53 ◦ blue 47

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

Shades of Persian Red #CE352F

Tints of Persian Red #CE352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 67.32%
G = 17.32%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE352F (or 0xCE352F) is known color: Persian Red. HEX triplet: CE, 35 and 2F. RGB value is (206,53,47). Sum of RGB (Red+Green+Blue) = 206+53+47=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE352F is #31CAD0. Grayscale: #626262. Windows color (decimal): -3263185 or 3093966. OLE color: 3093966.

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

Color convert

RGB 206 53 47 -
CMYK 0 0.74 0.77 0.19
HSL 2.26º 0.63% 0.5% -
HSV(B) 2.26º 0.77% 0.81% -
XYZ 27.24 15.87 4.32 -
YUV 98.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 206 53 47 0 0.74 0.77 0.19 2.26 0.63 0.5
Hex CE 35 2F 0 4A 4D 13 2 3F 32
Octal 316 65 57 0 112 115 23 2 77 62
Binary 11001110 110101 101111 0 1001010 1001101 10011 10 111111 110010

Color Harmonies of #CE352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE352F

Black with #CE352F

Text Example


Text Example

White with #CE352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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