Html Css Color HEX #CE3A39 Persian Red

📋 copy color: '#CE3A39'

red 206 ◦ green 58 ◦ blue 57

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

Shades of Persian Red #CE3A39

Tints of Persian Red #CE3A39

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

 BLUE value IS 57 (22.66% from 255) = 17.76%

R = 64.17%
G = 18.07%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE3A39 (or 0xCE3A39) is known color: Persian Red. HEX triplet: CE, 3A and 39. RGB value is (206,58,57). Sum of RGB (Red+Green+Blue) = 206+58+57=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A39 is #31C5C6. Grayscale: #666666. Windows color (decimal): -3261895 or 3750606. OLE color: 3750606.

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

Color convert

RGB 206 58 57 -
CMYK 0 0.72 0.72 0.19
HSL 0.4º 0.6% 0.52% -
HSV(B) 0.4º 0.72% 0.81% -
XYZ 27.71 16.44 5.58 -
YUV 102.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 206 58 57 0 0.72 0.72 0.19 0.4 0.6 0.52
Hex CE 3A 39 0 48 48 13 0 3C 34
Octal 316 72 71 0 110 110 23 0 74 64
Binary 11001110 111010 111001 0 1001000 1001000 10011 0 111100 110100

Color Harmonies of #CE3A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A39

Black with #CE3A39

Text Example


Text Example

White with #CE3A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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