Html Css Color HEX #CE3632 Persian Red

📋 copy color: '#CE3632'

red 206 ◦ green 54 ◦ blue 50

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

Shades of Persian Red #CE3632

Tints of Persian Red #CE3632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.42%

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 66.45%
G = 17.42%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE3632 (or 0xCE3632) is known color: Persian Red. HEX triplet: CE, 36 and 32. RGB value is (206,54,50). Sum of RGB (Red+Green+Blue) = 206+54+50=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3632 is #31C9CD. Grayscale: #636363. Windows color (decimal): -3262926 or 3290830. OLE color: 3290830.

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

Color convert

RGB 206 54 50 -
CMYK 0 0.74 0.76 0.19
HSL 1.54º 0.61% 0.5% -
HSV(B) 1.54º 0.76% 0.81% -
XYZ 27.35 15.99 4.66 -
YUV 98.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 206 54 50 0 0.74 0.76 0.19 1.54 0.61 0.5
Hex CE 36 32 0 4A 4C 13 2 3D 32
Octal 316 66 62 0 112 114 23 2 75 62
Binary 11001110 110110 110010 0 1001010 1001100 10011 10 111101 110010

Color Harmonies of #CE3632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3632

Black with #CE3632

Text Example


Text Example

White with #CE3632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3632; }

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

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

background-color css

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

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

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

border-color css

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

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

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