Html Css Color HEX #CE1339 Crimson

📋 copy color: '#CE1339'

red 206 ◦ green 19 ◦ blue 57

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

Shades of Crimson #CE1339

Tints of Crimson #CE1339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

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

R = 73.05%
G = 6.74%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE1339 (or 0xCE1339) is known color: Crimson. HEX triplet: CE, 13 and 39. RGB value is (206,19,57). Sum of RGB (Red+Green+Blue) = 206+19+57=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1339 is #31ECC6. Grayscale: #4F4F4F. Windows color (decimal): -3271879 or 3740622. OLE color: 3740622.

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

Color convert

RGB 206 19 57 -
CMYK 0 0.91 0.72 0.19
HSL 347.81º 0.83% 0.44% -
HSV(B) 347.81º 0.91% 0.81% -
XYZ 26.42 13.88 5.16 -
YUV 79.25 115.45 218.41 -
System Red Green Blue C M Y K H S L
Decimal 206 19 57 0 0.91 0.72 0.19 347.81 0.83 0.44
Hex CE 13 39 0 5B 48 13 15C 53 2C
Octal 316 23 71 0 133 110 23 534 123 54
Binary 11001110 10011 111001 0 1011011 1001000 10011 101011100 1010011 101100

Color Harmonies of #CE1339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1339

Black with #CE1339

Text Example


Text Example

White with #CE1339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1339; }

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

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

background-color css

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

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

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

border-color css

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

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

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