Html Css Color HEX #CE1243 Crimson

📋 copy color: '#CE1243'

red 206 ◦ green 18 ◦ blue 67

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

Shades of Crimson #CE1243

Tints of Crimson #CE1243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.02%

R = 70.79%
G = 6.19%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE1243 (or 0xCE1243) is known color: Crimson. HEX triplet: CE, 12 and 43. RGB value is (206,18,67). Sum of RGB (Red+Green+Blue) = 206+18+67=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1243 is #31EDBC. Grayscale: #4F4F4F. Windows color (decimal): -3272125 or 4395726. OLE color: 4395726.

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

Color convert

RGB 206 18 67 -
CMYK 0 0.91 0.67 0.19
HSL 344.36º 0.84% 0.44% -
HSV(B) 344.36º 0.91% 0.81% -
XYZ 26.68 13.96 6.6 -
YUV 79.8 120.78 218.02 -
System Red Green Blue C M Y K H S L
Decimal 206 18 67 0 0.91 0.67 0.19 344.36 0.84 0.44
Hex CE 12 43 0 5B 43 13 158 54 2C
Octal 316 22 103 0 133 103 23 530 124 54
Binary 11001110 10010 1000011 0 1011011 1000011 10011 101011000 1010100 101100

Color Harmonies of #CE1243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1243

Black with #CE1243

Text Example


Text Example

White with #CE1243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1243; }

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

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

background-color css

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

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

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

border-color css

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

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

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