Html Css Color HEX #CE3225 Persian Red

📋 copy color: '#CE3225'

red 206 ◦ green 50 ◦ blue 37

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

Shades of Persian Red #CE3225

Tints of Persian Red #CE3225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.06%

 BLUE value IS 37 (14.84% from 255) = 12.63%

R = 70.31%
G = 17.06%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE3225 (or 0xCE3225) is known color: Persian Red. HEX triplet: CE, 32 and 25. RGB value is (206,50,37). Sum of RGB (Red+Green+Blue) = 206+50+37=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3225 is #31CDDA. Grayscale: #5F5F5F. Windows color (decimal): -3263963 or 2437838. OLE color: 2437838.

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

Color convert

RGB 206 50 37 -
CMYK 0 0.76 0.82 0.19
HSL 4.62º 0.7% 0.48% -
HSV(B) 4.62º 0.82% 0.81% -
XYZ 26.93 15.54 3.33 -
YUV 95.16 95.18 207.06 -
System Red Green Blue C M Y K H S L
Decimal 206 50 37 0 0.76 0.82 0.19 4.62 0.7 0.48
Hex CE 32 25 0 4C 52 13 5 46 30
Octal 316 62 45 0 114 122 23 5 106 60
Binary 11001110 110010 100101 0 1001100 1010010 10011 101 1000110 110000

Color Harmonies of #CE3225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3225

Black with #CE3225

Text Example


Text Example

White with #CE3225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3225; }

 p { color: rgb(206,50,37); }

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

background-color css

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

 a { background-color: rgb(206,50,37); }

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

border-color css

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

 span { border-color: rgb(206,50,37); }

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