Html Css Color HEX #CE2322 Persian Red

📋 copy color: '#CE2322'

red 206 ◦ green 35 ◦ blue 34

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

Shades of Persian Red #CE2322

Tints of Persian Red #CE2322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.73%

 BLUE value IS 34 (13.67% from 255) = 12.36%

R = 74.91%
G = 12.73%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE2322 (or 0xCE2322) is known color: Persian Red. HEX triplet: CE, 23 and 22. RGB value is (206,35,34). Sum of RGB (Red+Green+Blue) = 206+35+34=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2322 is #31DCDD. Grayscale: #565656. Windows color (decimal): -3267806 or 2237390. OLE color: 2237390.

HSL color Cylindrical-coordinate representation of color #CE2322: hue angle of 0.35º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2322 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 35 34 -
CMYK 0 0.83 0.83 0.19
HSL 0.35º 0.72% 0.47% -
HSV(B) 0.35º 0.83% 0.81% -
XYZ 26.34 14.44 2.91 -
YUV 86.02 98.65 213.58 -
System Red Green Blue C M Y K H S L
Decimal 206 35 34 0 0.83 0.83 0.19 0.35 0.72 0.47
Hex CE 23 22 0 53 53 13 0 48 2F
Octal 316 43 42 0 123 123 23 0 110 57
Binary 11001110 100011 100010 0 1010011 1010011 10011 0 1001000 101111

Color Harmonies of #CE2322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2322

Black with #CE2322

Text Example


Text Example

White with #CE2322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2322; }

 p { color: rgb(206,35,34); }

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

background-color css

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

 a { background-color: rgb(206,35,34); }

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

border-color css

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

 span { border-color: rgb(206,35,34); }

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