Html Css Color HEX #CE322E Persian Red

📋 copy color: '#CE322E'

red 206 ◦ green 50 ◦ blue 46

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

Shades of Persian Red #CE322E

Tints of Persian Red #CE322E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.23%

R = 68.21%
G = 16.56%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE322E (or 0xCE322E) is known color: Persian Red. HEX triplet: CE, 32 and 2E. RGB value is (206,50,46). Sum of RGB (Red+Green+Blue) = 206+50+46=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE322E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE322E is #31CDD1. Grayscale: #606060. Windows color (decimal): -3263954 or 3027662. OLE color: 3027662.

HSL color Cylindrical-coordinate representation of color #CE322E: hue angle of 1.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE322E is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 46 -
CMYK 0 0.76 0.78 0.19
HSL 1.5º 0.63% 0.49% -
HSV(B) 1.5º 0.78% 0.81% -
XYZ 27.09 15.6 4.17 -
YUV 96.19 99.68 206.33 -
System Red Green Blue C M Y K H S L
Decimal 206 50 46 0 0.76 0.78 0.19 1.5 0.63 0.49
Hex CE 32 2E 0 4C 4E 13 2 3F 31
Octal 316 62 56 0 114 116 23 2 77 61
Binary 11001110 110010 101110 0 1001100 1001110 10011 10 111111 110001

Color Harmonies of #CE322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE322E

Black with #CE322E

Text Example


Text Example

White with #CE322E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE322E; }

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

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

background-color css

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

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

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

border-color css

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

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

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