Html Css Color HEX #CE103F Crimson

📋 copy color: '#CE103F'

red 206 ◦ green 16 ◦ blue 63

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

Shades of Crimson #CE103F

Tints of Crimson #CE103F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

 BLUE value IS 63 (25% from 255) = 22.11%

R = 72.28%
G = 5.61%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE103F (or 0xCE103F) is known color: Crimson. HEX triplet: CE, 10 and 3F. RGB value is (206,16,63). Sum of RGB (Red+Green+Blue) = 206+16+63=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE103F is #31EFC0. Grayscale: #4E4E4E. Windows color (decimal): -3272641 or 4133070. OLE color: 4133070.

HSL color Cylindrical-coordinate representation of color #CE103F: hue angle of 345.16º degrees, saturation: 0.86, 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 #CE103F is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 63 -
CMYK 0 0.92 0.69 0.19
HSL 345.16º 0.86% 0.44% -
HSV(B) 345.16º 0.92% 0.81% -
XYZ 26.54 13.85 5.98 -
YUV 78.17 119.45 219.18 -
System Red Green Blue C M Y K H S L
Decimal 206 16 63 0 0.92 0.69 0.19 345.16 0.86 0.44
Hex CE 10 3F 0 5C 45 13 159 56 2C
Octal 316 20 77 0 134 105 23 531 126 54
Binary 11001110 10000 111111 0 1011100 1000101 10011 101011001 1010110 101100

Color Harmonies of #CE103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE103F

Black with #CE103F

Text Example


Text Example

White with #CE103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE103F; }

 p { color: rgb(206,16,63); }

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

background-color css

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

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

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

border-color css

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

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

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