Html Css Color HEX #CE3635 Persian Red

📋 copy color: '#CE3635'

red 206 ◦ green 54 ◦ blue 53

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

Shades of Persian Red #CE3635

Tints of Persian Red #CE3635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 65.81%
G = 17.25%
B = 16.93%

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

#CE3635 (or 0xCE3635) is known color: Persian Red. HEX triplet: CE, 36 and 35. RGB value is (206,54,53). Sum of RGB (Red+Green+Blue) = 206+54+53=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3635 is #31C9CA. Grayscale: #636363. Windows color (decimal): -3262923 or 3487438. OLE color: 3487438.

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

Color convert

RGB 206 54 53 -
CMYK 0 0.74 0.74 0.19
HSL 0.39º 0.61% 0.51% -
HSV(B) 0.39º 0.74% 0.81% -
XYZ 27.42 16.02 5.01 -
YUV 99.33 101.86 204.08 -
System Red Green Blue C M Y K H S L
Decimal 206 54 53 0 0.74 0.74 0.19 0.39 0.61 0.51
Hex CE 36 35 0 4A 4A 13 0 3D 33
Octal 316 66 65 0 112 112 23 0 75 63
Binary 11001110 110110 110101 0 1001010 1001010 10011 0 111101 110011

Color Harmonies of #CE3635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3635

Black with #CE3635

Text Example


Text Example

White with #CE3635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3635; }

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

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

background-color css

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

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

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

border-color css

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

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

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