Html Css Color HEX #CE1038 Crimson

📋 copy color: '#CE1038'

red 206 ◦ green 16 ◦ blue 56

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

Shades of Crimson #CE1038

Tints of Crimson #CE1038

RGB

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

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

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

R = 74.1%
G = 5.76%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE1038 (or 0xCE1038) is known color: Crimson. HEX triplet: CE, 10 and 38. RGB value is (206,16,56). Sum of RGB (Red+Green+Blue) = 206+16+56=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1038 is #31EFC7. Grayscale: #4D4D4D. Windows color (decimal): -3272648 or 3674318. OLE color: 3674318.

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

Color convert

RGB 206 16 56 -
CMYK 0 0.92 0.73 0.19
HSL 347.37º 0.86% 0.44% -
HSV(B) 347.37º 0.92% 0.81% -
XYZ 26.35 13.78 5.01 -
YUV 77.37 115.95 219.75 -
System Red Green Blue C M Y K H S L
Decimal 206 16 56 0 0.92 0.73 0.19 347.37 0.86 0.44
Hex CE 10 38 0 5C 49 13 15B 56 2C
Octal 316 20 70 0 134 111 23 533 126 54
Binary 11001110 10000 111000 0 1011100 1001001 10011 101011011 1010110 101100

Color Harmonies of #CE1038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1038

Black with #CE1038

Text Example


Text Example

White with #CE1038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1038; }

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

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

background-color css

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

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

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

border-color css

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

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

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