Html Css Color HEX #CE322D Persian Red

📋 copy color: '#CE322D'

red 206 ◦ green 50 ◦ blue 45

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

Shades of Persian Red #CE322D

Tints of Persian Red #CE322D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 68.44%
G = 16.61%
B = 14.95%

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

#CE322D (or 0xCE322D) is known color: Persian Red. HEX triplet: CE, 32 and 2D. RGB value is (206,50,45). Sum of RGB (Red+Green+Blue) = 206+50+45=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE322D is #31CDD2. Grayscale: #606060. Windows color (decimal): -3263955 or 2962126. OLE color: 2962126.

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

Color convert

RGB 206 50 45 -
CMYK 0 0.76 0.78 0.19
HSL 1.86º 0.64% 0.49% -
HSV(B) 1.86º 0.78% 0.81% -
XYZ 27.07 15.59 4.07 -
YUV 96.07 99.18 206.41 -
System Red Green Blue C M Y K H S L
Decimal 206 50 45 0 0.76 0.78 0.19 1.86 0.64 0.49
Hex CE 32 2D 0 4C 4E 13 2 40 31
Octal 316 62 55 0 114 116 23 2 100 61
Binary 11001110 110010 101101 0 1001100 1001110 10011 10 1000000 110001

Color Harmonies of #CE322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE322D

Black with #CE322D

Text Example


Text Example

White with #CE322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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