Html Css Color HEX #CE1338 Crimson

📋 copy color: '#CE1338'

red 206 ◦ green 19 ◦ blue 56

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

Shades of Crimson #CE1338

Tints of Crimson #CE1338

RGB

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

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

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

R = 73.31%
G = 6.76%
B = 19.93%

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

#CE1338 (or 0xCE1338) is known color: Crimson. HEX triplet: CE, 13 and 38. RGB value is (206,19,56). Sum of RGB (Red+Green+Blue) = 206+19+56=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1338 is #31ECC7. Grayscale: #4F4F4F. Windows color (decimal): -3271880 or 3675086. OLE color: 3675086.

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

Color convert

RGB 206 19 56 -
CMYK 0 0.91 0.73 0.19
HSL 348.13º 0.83% 0.44% -
HSV(B) 348.13º 0.91% 0.81% -
XYZ 26.4 13.87 5.03 -
YUV 79.13 114.95 218.49 -
System Red Green Blue C M Y K H S L
Decimal 206 19 56 0 0.91 0.73 0.19 348.13 0.83 0.44
Hex CE 13 38 0 5B 49 13 15C 53 2C
Octal 316 23 70 0 133 111 23 534 123 54
Binary 11001110 10011 111000 0 1011011 1001001 10011 101011100 1010011 101100

Color Harmonies of #CE1338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1338

Black with #CE1338

Text Example


Text Example

White with #CE1338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1338; }

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

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

background-color css

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

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

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

border-color css

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

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

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