Html Css Color HEX #CE3526 Persian Red

📋 copy color: '#CE3526'

red 206 ◦ green 53 ◦ blue 38

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

Shades of Persian Red #CE3526

Tints of Persian Red #CE3526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.85%

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

R = 69.36%
G = 17.85%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE3526 (or 0xCE3526) is known color: Persian Red. HEX triplet: CE, 35 and 26. RGB value is (206,53,38). Sum of RGB (Red+Green+Blue) = 206+53+38=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3526 is #31CAD9. Grayscale: #616161. Windows color (decimal): -3263194 or 2504142. OLE color: 2504142.

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

Color convert

RGB 206 53 38 -
CMYK 0 0.74 0.82 0.19
HSL 5.36º 0.69% 0.48% -
HSV(B) 5.36º 0.82% 0.81% -
XYZ 27.08 15.81 3.46 -
YUV 97.04 94.69 205.72 -
System Red Green Blue C M Y K H S L
Decimal 206 53 38 0 0.74 0.82 0.19 5.36 0.69 0.48
Hex CE 35 26 0 4A 52 13 5 45 30
Octal 316 65 46 0 112 122 23 5 105 60
Binary 11001110 110101 100110 0 1001010 1010010 10011 101 1000101 110000

Color Harmonies of #CE3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3526

Black with #CE3526

Text Example


Text Example

White with #CE3526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3526; }

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

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

background-color css

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

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

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

border-color css

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

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

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