Html Css Color HEX #CE3535 Persian Red

📋 copy color: '#CE3535'

red 206 ◦ green 53 ◦ blue 53

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

Shades of Persian Red #CE3535

Tints of Persian Red #CE3535

RGB

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

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

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

R = 66.03%
G = 16.99%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE3535 (or 0xCE3535) is known color: Persian Red. HEX triplet: CE, 35 and 35. RGB value is (206,53,53). Sum of RGB (Red+Green+Blue) = 206+53+53=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3535 is #31CACA. Grayscale: #626262. Windows color (decimal): -3263179 or 3487182. OLE color: 3487182.

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

Color convert

RGB 206 53 53 -
CMYK 0 0.74 0.74 0.19
HSL 0.61% 0.51% -
HSV(B) 0.74% 0.81% -
XYZ 27.37 15.93 5 -
YUV 98.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 206 53 53 0 0.74 0.74 0.19 0 0.61 0.51
Hex CE 35 35 0 4A 4A 13 0 3D 33
Octal 316 65 65 0 112 112 23 0 75 63
Binary 11001110 110101 110101 0 1001010 1001010 10011 0 111101 110011

Color Harmonies of #CE3535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3535

Black with #CE3535

Text Example


Text Example

White with #CE3535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3535; }

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

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

background-color css

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

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

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

border-color css

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

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

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