Html Css Color HEX #CE3128 Persian Red

📋 copy color: '#CE3128'

red 206 ◦ green 49 ◦ blue 40

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

Shades of Persian Red #CE3128

Tints of Persian Red #CE3128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 69.83%
G = 16.61%
B = 13.56%

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

#CE3128 (or 0xCE3128) is known color: Persian Red. HEX triplet: CE, 31 and 28. RGB value is (206,49,40). Sum of RGB (Red+Green+Blue) = 206+49+40=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3128 is #31CED7. Grayscale: #5F5F5F. Windows color (decimal): -3264216 or 2634190. OLE color: 2634190.

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

Color convert

RGB 206 49 40 -
CMYK 0 0.76 0.81 0.19
HSL 3.25º 0.67% 0.48% -
HSV(B) 3.25º 0.81% 0.81% -
XYZ 26.93 15.47 3.57 -
YUV 94.92 97.01 207.23 -
System Red Green Blue C M Y K H S L
Decimal 206 49 40 0 0.76 0.81 0.19 3.25 0.67 0.48
Hex CE 31 28 0 4C 51 13 3 43 30
Octal 316 61 50 0 114 121 23 3 103 60
Binary 11001110 110001 101000 0 1001100 1010001 10011 11 1000011 110000

Color Harmonies of #CE3128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3128

Black with #CE3128

Text Example


Text Example

White with #CE3128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3128; }

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

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

background-color css

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

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

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

border-color css

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

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

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