Html Css Color HEX #CE352D Persian Red

📋 copy color: '#CE352D'

red 206 ◦ green 53 ◦ blue 45

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

Shades of Persian Red #CE352D

Tints of Persian Red #CE352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 67.76%
G = 17.43%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE352D (or 0xCE352D) is known color: Persian Red. HEX triplet: CE, 35 and 2D. RGB value is (206,53,45). Sum of RGB (Red+Green+Blue) = 206+53+45=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE352D is #31CAD2. Grayscale: #626262. Windows color (decimal): -3263187 or 2962894. OLE color: 2962894.

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

Color convert

RGB 206 53 45 -
CMYK 0 0.74 0.78 0.19
HSL 2.98º 0.64% 0.49% -
HSV(B) 2.98º 0.78% 0.81% -
XYZ 27.2 15.86 4.11 -
YUV 97.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 206 53 45 0 0.74 0.78 0.19 2.98 0.64 0.49
Hex CE 35 2D 0 4A 4E 13 3 40 31
Octal 316 65 55 0 112 116 23 3 100 61
Binary 11001110 110101 101101 0 1001010 1001110 10011 11 1000000 110001

Color Harmonies of #CE352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE352D

Black with #CE352D

Text Example


Text Example

White with #CE352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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