Html Css Color HEX #CE3726 Persian Red

📋 copy color: '#CE3726'

red 206 ◦ green 55 ◦ blue 38

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

Shades of Persian Red #CE3726

Tints of Persian Red #CE3726

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.39%

 BLUE value IS 38 (15.23% from 255) = 12.71%

R = 68.9%
G = 18.39%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE3726 (or 0xCE3726) is known color: Persian Red. HEX triplet: CE, 37 and 26. RGB value is (206,55,38). Sum of RGB (Red+Green+Blue) = 206+55+38=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3726 is #31C8D9. Grayscale: #626262. Windows color (decimal): -3262682 or 2504654. OLE color: 2504654.

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

Color convert

RGB 206 55 38 -
CMYK 0 0.73 0.82 0.19
HSL 6.07º 0.69% 0.48% -
HSV(B) 6.07º 0.82% 0.81% -
XYZ 27.17 15.99 3.49 -
YUV 98.21 94.03 204.88 -
System Red Green Blue C M Y K H S L
Decimal 206 55 38 0 0.73 0.82 0.19 6.07 0.69 0.48
Hex CE 37 26 0 49 52 13 6 45 30
Octal 316 67 46 0 111 122 23 6 105 60
Binary 11001110 110111 100110 0 1001001 1010010 10011 110 1000101 110000

Color Harmonies of #CE3726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3726

Black with #CE3726

Text Example


Text Example

White with #CE3726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3726; }

 p { color: rgb(206,55,38); }

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

background-color css

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

 a { background-color: rgb(206,55,38); }

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

border-color css

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

 span { border-color: rgb(206,55,38); }

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