Html Css Color HEX #CE3A27 Persian Red

📋 copy color: '#CE3A27'

red 206 ◦ green 58 ◦ blue 39

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

Shades of Persian Red #CE3A27

Tints of Persian Red #CE3A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.87%

R = 67.99%
G = 19.14%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE3A27 (or 0xCE3A27) is known color: Persian Red. HEX triplet: CE, 3A and 27. RGB value is (206,58,39). Sum of RGB (Red+Green+Blue) = 206+58+39=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A27 is #31C5D8. Grayscale: #646464. Windows color (decimal): -3261913 or 2570958. OLE color: 2570958.

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

Color convert

RGB 206 58 39 -
CMYK 0 0.72 0.81 0.19
HSL 6.83º 0.68% 0.48% -
HSV(B) 6.83º 0.81% 0.81% -
XYZ 27.33 16.29 3.62 -
YUV 100.09 93.53 203.54 -
System Red Green Blue C M Y K H S L
Decimal 206 58 39 0 0.72 0.81 0.19 6.83 0.68 0.48
Hex CE 3A 27 0 48 51 13 7 44 30
Octal 316 72 47 0 110 121 23 7 104 60
Binary 11001110 111010 100111 0 1001000 1010001 10011 111 1000100 110000

Color Harmonies of #CE3A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A27

Black with #CE3A27

Text Example


Text Example

White with #CE3A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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