Html Css Color HEX #CE3B32 Persian Red

📋 copy color: '#CE3B32'

red 206 ◦ green 59 ◦ blue 50

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

Shades of Persian Red #CE3B32

Tints of Persian Red #CE3B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.73%

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

R = 65.4%
G = 18.73%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE3B32 (or 0xCE3B32) is known color: Persian Red. HEX triplet: CE, 3B and 32. RGB value is (206,59,50). Sum of RGB (Red+Green+Blue) = 206+59+50=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3B32 is #31C4CD. Grayscale: #666666. Windows color (decimal): -3261646 or 3292110. OLE color: 3292110.

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

Color convert

RGB 206 59 50 -
CMYK 0 0.71 0.76 0.19
HSL 3.46º 0.61% 0.5% -
HSV(B) 3.46º 0.76% 0.81% -
XYZ 27.59 16.48 4.74 -
YUV 101.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 206 59 50 0 0.71 0.76 0.19 3.46 0.61 0.5
Hex CE 3B 32 0 47 4C 13 3 3D 32
Octal 316 73 62 0 107 114 23 3 75 62
Binary 11001110 111011 110010 0 1000111 1001100 10011 11 111101 110010

Color Harmonies of #CE3B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B32

Black with #CE3B32

Text Example


Text Example

White with #CE3B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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