Html Css Color HEX #CE322A Persian Red

📋 copy color: '#CE322A'

red 206 ◦ green 50 ◦ blue 42

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

Shades of Persian Red #CE322A

Tints of Persian Red #CE322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 69.13%
G = 16.78%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE322A (or 0xCE322A) is known color: Persian Red. HEX triplet: CE, 32 and 2A. RGB value is (206,50,42). Sum of RGB (Red+Green+Blue) = 206+50+42=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE322A is #31CDD5. Grayscale: #5F5F5F. Windows color (decimal): -3263958 or 2765518. OLE color: 2765518.

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

Color convert

RGB 206 50 42 -
CMYK 0 0.76 0.80 0.19
HSL 2.93º 0.66% 0.49% -
HSV(B) 2.93º 0.8% 0.81% -
XYZ 27.01 15.57 3.77 -
YUV 95.73 97.68 206.65 -
System Red Green Blue C M Y K H S L
Decimal 206 50 42 0 0.76 0.80 0.19 2.93 0.66 0.49
Hex CE 32 2A 0 4C 50 13 3 42 31
Octal 316 62 52 0 114 120 23 3 102 61
Binary 11001110 110010 101010 0 1001100 1010000 10011 11 1000010 110001

Color Harmonies of #CE322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE322A

Black with #CE322A

Text Example


Text Example

White with #CE322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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