Html Css Color HEX #CE2622 Persian Red

📋 copy color: '#CE2622'

red 206 ◦ green 38 ◦ blue 34

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

Shades of Persian Red #CE2622

Tints of Persian Red #CE2622

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

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

R = 74.1%
G = 13.67%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE2622 (or 0xCE2622) is known color: Persian Red. HEX triplet: CE, 26 and 22. RGB value is (206,38,34). Sum of RGB (Red+Green+Blue) = 206+38+34=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2622 is #31D9DD. Grayscale: #575757. Windows color (decimal): -3267038 or 2238158. OLE color: 2238158.

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

Color convert

RGB 206 38 34 -
CMYK 0 0.82 0.83 0.19
HSL 1.4º 0.72% 0.47% -
HSV(B) 1.4º 0.83% 0.81% -
XYZ 26.44 14.62 2.94 -
YUV 87.78 97.66 212.33 -
System Red Green Blue C M Y K H S L
Decimal 206 38 34 0 0.82 0.83 0.19 1.4 0.72 0.47
Hex CE 26 22 0 52 53 13 1 48 2F
Octal 316 46 42 0 122 123 23 1 110 57
Binary 11001110 100110 100010 0 1010010 1010011 10011 1 1001000 101111

Color Harmonies of #CE2622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2622

Black with #CE2622

Text Example


Text Example

White with #CE2622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2622; }

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

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

background-color css

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

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

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

border-color css

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

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

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