Html Css Color HEX #CE3735 Persian Red

📋 copy color: '#CE3735'

red 206 ◦ green 55 ◦ blue 53

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

Shades of Persian Red #CE3735

Tints of Persian Red #CE3735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

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

R = 65.61%
G = 17.52%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE3735 (or 0xCE3735) is known color: Persian Red. HEX triplet: CE, 37 and 35. RGB value is (206,55,53). Sum of RGB (Red+Green+Blue) = 206+55+53=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3735 is #31C8CA. Grayscale: #646464. Windows color (decimal): -3262667 or 3487694. OLE color: 3487694.

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

Color convert

RGB 206 55 53 -
CMYK 0 0.73 0.74 0.19
HSL 0.78º 0.61% 0.51% -
HSV(B) 0.78º 0.74% 0.81% -
XYZ 27.46 16.11 5.03 -
YUV 99.92 101.53 203.66 -
System Red Green Blue C M Y K H S L
Decimal 206 55 53 0 0.73 0.74 0.19 0.78 0.61 0.51
Hex CE 37 35 0 49 4A 13 1 3D 33
Octal 316 67 65 0 111 112 23 1 75 63
Binary 11001110 110111 110101 0 1001001 1001010 10011 1 111101 110011

Color Harmonies of #CE3735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3735

Black with #CE3735

Text Example


Text Example

White with #CE3735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3735; }

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

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

background-color css

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

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

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

border-color css

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

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

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