Html Css Color HEX #CE3A36 Persian Red

📋 copy color: '#CE3A36'

red 206 ◦ green 58 ◦ blue 54

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

Shades of Persian Red #CE3A36

Tints of Persian Red #CE3A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 64.78%
G = 18.24%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE3A36 (or 0xCE3A36) is known color: Persian Red. HEX triplet: CE, 3A and 36. RGB value is (206,58,54). Sum of RGB (Red+Green+Blue) = 206+58+54=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A36 is #31C5C9. Grayscale: #656565. Windows color (decimal): -3261898 or 3553998. OLE color: 3553998.

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

Color convert

RGB 206 58 54 -
CMYK 0 0.72 0.74 0.19
HSL 1.58º 0.61% 0.51% -
HSV(B) 1.58º 0.74% 0.81% -
XYZ 27.63 16.41 5.2 -
YUV 101.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 206 58 54 0 0.72 0.74 0.19 1.58 0.61 0.51
Hex CE 3A 36 0 48 4A 13 2 3D 33
Octal 316 72 66 0 110 112 23 2 75 63
Binary 11001110 111010 110110 0 1001000 1001010 10011 10 111101 110011

Color Harmonies of #CE3A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A36

Black with #CE3A36

Text Example


Text Example

White with #CE3A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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