Html Css Color HEX #CE3935 Persian Red

📋 copy color: '#CE3935'

red 206 ◦ green 57 ◦ blue 53

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

Shades of Persian Red #CE3935

Tints of Persian Red #CE3935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

 BLUE value IS 53 (21.09% from 255) = 16.77%

R = 65.19%
G = 18.04%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE3935 (or 0xCE3935) is known color: Persian Red. HEX triplet: CE, 39 and 35. RGB value is (206,57,53). Sum of RGB (Red+Green+Blue) = 206+57+53=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3935 is #31C6CA. Grayscale: #656565. Windows color (decimal): -3262155 or 3488206. OLE color: 3488206.

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

Color convert

RGB 206 57 53 -
CMYK 0 0.72 0.74 0.19
HSL 1.57º 0.61% 0.51% -
HSV(B) 1.57º 0.74% 0.81% -
XYZ 27.56 16.31 5.06 -
YUV 101.1 100.86 202.83 -
System Red Green Blue C M Y K H S L
Decimal 206 57 53 0 0.72 0.74 0.19 1.57 0.61 0.51
Hex CE 39 35 0 48 4A 13 2 3D 33
Octal 316 71 65 0 110 112 23 2 75 63
Binary 11001110 111001 110101 0 1001000 1001010 10011 10 111101 110011

Color Harmonies of #CE3935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3935

Black with #CE3935

Text Example


Text Example

White with #CE3935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3935; }

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

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

background-color css

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

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

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

border-color css

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

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

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