Html Css Color HEX #CE113E Crimson

📋 copy color: '#CE113E'

red 206 ◦ green 17 ◦ blue 62

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

Shades of Crimson #CE113E

Tints of Crimson #CE113E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 72.28%
G = 5.96%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE113E (or 0xCE113E) is known color: Crimson. HEX triplet: CE, 11 and 3E. RGB value is (206,17,62). Sum of RGB (Red+Green+Blue) = 206+17+62=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE113E is #31EEC1. Grayscale: #4E4E4E. Windows color (decimal): -3272386 or 4067790. OLE color: 4067790.

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

Color convert

RGB 206 17 62 -
CMYK 0 0.92 0.70 0.19
HSL 345.71º 0.85% 0.44% -
HSV(B) 345.71º 0.92% 0.81% -
XYZ 26.52 13.87 5.84 -
YUV 78.64 118.62 218.84 -
System Red Green Blue C M Y K H S L
Decimal 206 17 62 0 0.92 0.70 0.19 345.71 0.85 0.44
Hex CE 11 3E 0 5C 46 13 15A 55 2C
Octal 316 21 76 0 134 106 23 532 125 54
Binary 11001110 10001 111110 0 1011100 1000110 10011 101011010 1010101 101100

Color Harmonies of #CE113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE113E

Black with #CE113E

Text Example


Text Example

White with #CE113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE113E; }

 p { color: rgb(206,17,62); }

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

background-color css

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

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

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

border-color css

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

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

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