Html Css Color HEX #CE3E3A Persian Red

📋 copy color: '#CE3E3A'

red 206 ◦ green 62 ◦ blue 58

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

Shades of Persian Red #CE3E3A

Tints of Persian Red #CE3E3A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.02%

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 63.19%
G = 19.02%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE3E3A (or 0xCE3E3A) is known color: Persian Red. HEX triplet: CE, 3E and 3A. RGB value is (206,62,58). Sum of RGB (Red+Green+Blue) = 206+62+58=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E3A is #31C1C5. Grayscale: #686868. Windows color (decimal): -3260870 or 3817166. OLE color: 3817166.

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

Color convert

RGB 206 62 58 -
CMYK 0 0.70 0.72 0.19
HSL 1.62º 0.6% 0.52% -
HSV(B) 1.62º 0.72% 0.81% -
XYZ 27.94 16.87 5.79 -
YUV 104.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 206 62 58 0 0.70 0.72 0.19 1.62 0.6 0.52
Hex CE 3E 3A 0 46 48 13 2 3C 34
Octal 316 76 72 0 106 110 23 2 74 64
Binary 11001110 111110 111010 0 1000110 1001000 10011 10 111100 110100

Color Harmonies of #CE3E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E3A

Black with #CE3E3A

Text Example


Text Example

White with #CE3E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E3A; }

 p { color: rgb(206,62,58); }

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

background-color css

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

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

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

border-color css

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

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

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