Html Css Color HEX #CE2825 Persian Red

📋 copy color: '#CE2825'

red 206 ◦ green 40 ◦ blue 37

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

Shades of Persian Red #CE2825

Tints of Persian Red #CE2825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.13%

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

R = 72.79%
G = 14.13%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE2825 (or 0xCE2825) is known color: Persian Red. HEX triplet: CE, 28 and 25. RGB value is (206,40,37). Sum of RGB (Red+Green+Blue) = 206+40+37=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2825 is #31D7DA. Grayscale: #595959. Windows color (decimal): -3266523 or 2435278. OLE color: 2435278.

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

Color convert

RGB 206 40 37 -
CMYK 0 0.81 0.82 0.19
HSL 1.07º 0.7% 0.48% -
HSV(B) 1.07º 0.82% 0.81% -
XYZ 26.55 14.77 3.2 -
YUV 89.29 98.5 211.24 -
System Red Green Blue C M Y K H S L
Decimal 206 40 37 0 0.81 0.82 0.19 1.07 0.7 0.48
Hex CE 28 25 0 51 52 13 1 46 30
Octal 316 50 45 0 121 122 23 1 106 60
Binary 11001110 101000 100101 0 1010001 1010010 10011 1 1000110 110000

Color Harmonies of #CE2825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2825

Black with #CE2825

Text Example


Text Example

White with #CE2825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2825; }

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

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

background-color css

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

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

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

border-color css

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

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

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