Html Css Color HEX #CE1238 Crimson

📋 copy color: '#CE1238'

red 206 ◦ green 18 ◦ blue 56

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

Shades of Crimson #CE1238

Tints of Crimson #CE1238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

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

R = 73.57%
G = 6.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE1238 (or 0xCE1238) is known color: Crimson. HEX triplet: CE, 12 and 38. RGB value is (206,18,56). Sum of RGB (Red+Green+Blue) = 206+18+56=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1238 is #31EDC7. Grayscale: #4E4E4E. Windows color (decimal): -3272136 or 3674830. OLE color: 3674830.

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

Color convert

RGB 206 18 56 -
CMYK 0 0.91 0.73 0.19
HSL 347.87º 0.84% 0.44% -
HSV(B) 347.87º 0.91% 0.81% -
XYZ 26.38 13.84 5.02 -
YUV 78.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 206 18 56 0 0.91 0.73 0.19 347.87 0.84 0.44
Hex CE 12 38 0 5B 49 13 15C 54 2C
Octal 316 22 70 0 133 111 23 534 124 54
Binary 11001110 10010 111000 0 1011011 1001001 10011 101011100 1010100 101100

Color Harmonies of #CE1238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1238

Black with #CE1238

Text Example


Text Example

White with #CE1238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1238; }

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

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

background-color css

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

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

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

border-color css

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

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

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