Html Css Color HEX #CE3127 Persian Red

📋 copy color: '#CE3127'

red 206 ◦ green 49 ◦ blue 39

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

Shades of Persian Red #CE3127

Tints of Persian Red #CE3127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

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

R = 70.07%
G = 16.67%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE3127 (or 0xCE3127) is known color: Persian Red. HEX triplet: CE, 31 and 27. RGB value is (206,49,39). Sum of RGB (Red+Green+Blue) = 206+49+39=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3127 is #31CED8. Grayscale: #5F5F5F. Windows color (decimal): -3264217 or 2568654. OLE color: 2568654.

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

Color convert

RGB 206 49 39 -
CMYK 0 0.76 0.81 0.19
HSL 3.59º 0.68% 0.48% -
HSV(B) 3.59º 0.81% 0.81% -
XYZ 26.92 15.46 3.49 -
YUV 94.8 96.51 207.31 -
System Red Green Blue C M Y K H S L
Decimal 206 49 39 0 0.76 0.81 0.19 3.59 0.68 0.48
Hex CE 31 27 0 4C 51 13 4 44 30
Octal 316 61 47 0 114 121 23 4 104 60
Binary 11001110 110001 100111 0 1001100 1010001 10011 100 1000100 110000

Color Harmonies of #CE3127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3127

Black with #CE3127

Text Example


Text Example

White with #CE3127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3127; }

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

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

background-color css

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

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

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

border-color css

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

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

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