Html Css Color HEX #CE3833 Persian Red

📋 copy color: '#CE3833'

red 206 ◦ green 56 ◦ blue 51

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

Shades of Persian Red #CE3833

Tints of Persian Red #CE3833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.89%

 BLUE value IS 51 (20.31% from 255) = 16.29%

R = 65.81%
G = 17.89%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE3833 (or 0xCE3833) is known color: Persian Red. HEX triplet: CE, 38 and 33. RGB value is (206,56,51). Sum of RGB (Red+Green+Blue) = 206+56+51=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3833 is #31C7CC. Grayscale: #646464. Windows color (decimal): -3262413 or 3356878. OLE color: 3356878.

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

Color convert

RGB 206 56 51 -
CMYK 0 0.73 0.75 0.19
HSL 1.94º 0.61% 0.5% -
HSV(B) 1.94º 0.75% 0.81% -
XYZ 27.47 16.19 4.81 -
YUV 100.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 206 56 51 0 0.73 0.75 0.19 1.94 0.61 0.5
Hex CE 38 33 0 49 4B 13 2 3D 32
Octal 316 70 63 0 111 113 23 2 75 62
Binary 11001110 111000 110011 0 1001001 1001011 10011 10 111101 110010

Color Harmonies of #CE3833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3833

Black with #CE3833

Text Example


Text Example

White with #CE3833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3833; }

 p { color: rgb(206,56,51); }

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

background-color css

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

 a { background-color: rgb(206,56,51); }

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

border-color css

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

 span { border-color: rgb(206,56,51); }

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