Html Css Color HEX #CE3939 Persian Red

📋 copy color: '#CE3939'

red 206 ◦ green 57 ◦ blue 57

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

Shades of Persian Red #CE3939

Tints of Persian Red #CE3939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.81%

 BLUE value IS 57 (22.66% from 255) = 17.81%

R = 64.38%
G = 17.81%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE3939 (or 0xCE3939) is known color: Persian Red. HEX triplet: CE, 39 and 39. RGB value is (206,57,57). Sum of RGB (Red+Green+Blue) = 206+57+57=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3939 is #31C6C6. Grayscale: #656565. Windows color (decimal): -3262151 or 3750350. OLE color: 3750350.

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

Color convert

RGB 206 57 57 -
CMYK 0 0.72 0.72 0.19
HSL 0.6% 0.52% -
HSV(B) 0.72% 0.81% -
XYZ 27.66 16.34 5.57 -
YUV 101.55 102.86 202.5 -
System Red Green Blue C M Y K H S L
Decimal 206 57 57 0 0.72 0.72 0.19 0 0.6 0.52
Hex CE 39 39 0 48 48 13 0 3C 34
Octal 316 71 71 0 110 110 23 0 74 64
Binary 11001110 111001 111001 0 1001000 1001000 10011 0 111100 110100

Color Harmonies of #CE3939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3939

Black with #CE3939

Text Example


Text Example

White with #CE3939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3939; }

 p { color: rgb(206,57,57); }

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

background-color css

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

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

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

border-color css

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

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

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