Html Css Color HEX #CE3B38 Persian Red

📋 copy color: '#CE3B38'

red 206 ◦ green 59 ◦ blue 56

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

Shades of Persian Red #CE3B38

Tints of Persian Red #CE3B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.45%

R = 64.17%
G = 18.38%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE3B38 (or 0xCE3B38) is known color: Persian Red. HEX triplet: CE, 3B and 38. RGB value is (206,59,56). Sum of RGB (Red+Green+Blue) = 206+59+56=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3B38 is #31C4C7. Grayscale: #666666. Windows color (decimal): -3261640 or 3685326. OLE color: 3685326.

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

Color convert

RGB 206 59 56 -
CMYK 0 0.71 0.73 0.19
HSL 1.2º 0.6% 0.51% -
HSV(B) 1.2º 0.73% 0.81% -
XYZ 27.73 16.54 5.47 -
YUV 102.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 206 59 56 0 0.71 0.73 0.19 1.2 0.6 0.51
Hex CE 3B 38 0 47 49 13 1 3C 33
Octal 316 73 70 0 107 111 23 1 74 63
Binary 11001110 111011 111000 0 1000111 1001001 10011 1 111100 110011

Color Harmonies of #CE3B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B38

Black with #CE3B38

Text Example


Text Example

White with #CE3B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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