Html Css Color HEX #CE3226 Persian Red

📋 copy color: '#CE3226'

red 206 ◦ green 50 ◦ blue 38

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

Shades of Persian Red #CE3226

Tints of Persian Red #CE3226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.93%

R = 70.07%
G = 17.01%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE3226 (or 0xCE3226) is known color: Persian Red. HEX triplet: CE, 32 and 26. RGB value is (206,50,38). Sum of RGB (Red+Green+Blue) = 206+50+38=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3226 is #31CDD9. Grayscale: #5F5F5F. Windows color (decimal): -3263962 or 2503374. OLE color: 2503374.

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

Color convert

RGB 206 50 38 -
CMYK 0 0.76 0.82 0.19
HSL 4.29º 0.69% 0.48% -
HSV(B) 4.29º 0.82% 0.81% -
XYZ 26.94 15.54 3.41 -
YUV 95.28 95.68 206.98 -
System Red Green Blue C M Y K H S L
Decimal 206 50 38 0 0.76 0.82 0.19 4.29 0.69 0.48
Hex CE 32 26 0 4C 52 13 4 45 30
Octal 316 62 46 0 114 122 23 4 105 60
Binary 11001110 110010 100110 0 1001100 1010010 10011 100 1000101 110000

Color Harmonies of #CE3226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3226

Black with #CE3226

Text Example


Text Example

White with #CE3226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3226; }

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

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

background-color css

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

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

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

border-color css

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

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

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