Html Css Color HEX #CE352E Persian Red

📋 copy color: '#CE352E'

red 206 ◦ green 53 ◦ blue 46

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

Shades of Persian Red #CE352E

Tints of Persian Red #CE352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 67.54%
G = 17.38%
B = 15.08%

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

#CE352E (or 0xCE352E) is known color: Persian Red. HEX triplet: CE, 35 and 2E. RGB value is (206,53,46). Sum of RGB (Red+Green+Blue) = 206+53+46=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE352E is #31CAD1. Grayscale: #626262. Windows color (decimal): -3263186 or 3028430. OLE color: 3028430.

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

Color convert

RGB 206 53 46 -
CMYK 0 0.74 0.78 0.19
HSL 2.63º 0.63% 0.49% -
HSV(B) 2.63º 0.78% 0.81% -
XYZ 27.22 15.87 4.21 -
YUV 97.95 98.69 205.07 -
System Red Green Blue C M Y K H S L
Decimal 206 53 46 0 0.74 0.78 0.19 2.63 0.63 0.49
Hex CE 35 2E 0 4A 4E 13 3 3F 31
Octal 316 65 56 0 112 116 23 3 77 61
Binary 11001110 110101 101110 0 1001010 1001110 10011 11 111111 110001

Color Harmonies of #CE352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE352E

Black with #CE352E

Text Example


Text Example

White with #CE352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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