Html Css Color HEX #CE3835 Persian Red

📋 copy color: '#CE3835'

red 206 ◦ green 56 ◦ blue 53

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

Shades of Persian Red #CE3835

Tints of Persian Red #CE3835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

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

R = 65.4%
G = 17.78%
B = 16.83%

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

#CE3835 (or 0xCE3835) is known color: Persian Red. HEX triplet: CE, 38 and 35. RGB value is (206,56,53). Sum of RGB (Red+Green+Blue) = 206+56+53=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3835 is #31C7CA. Grayscale: #646464. Windows color (decimal): -3262411 or 3487950. OLE color: 3487950.

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

Color convert

RGB 206 56 53 -
CMYK 0 0.73 0.74 0.19
HSL 1.18º 0.61% 0.51% -
HSV(B) 1.18º 0.74% 0.81% -
XYZ 27.51 16.21 5.05 -
YUV 100.51 101.2 203.24 -
System Red Green Blue C M Y K H S L
Decimal 206 56 53 0 0.73 0.74 0.19 1.18 0.61 0.51
Hex CE 38 35 0 49 4A 13 1 3D 33
Octal 316 70 65 0 111 112 23 1 75 63
Binary 11001110 111000 110101 0 1001001 1001010 10011 1 111101 110011

Color Harmonies of #CE3835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3835

Black with #CE3835

Text Example


Text Example

White with #CE3835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3835; }

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

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

background-color css

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

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

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

border-color css

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

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

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