Html Css Color HEX #CE1342 Crimson

📋 copy color: '#CE1342'

red 206 ◦ green 19 ◦ blue 66

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

Shades of Crimson #CE1342

Tints of Crimson #CE1342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 70.79%
G = 6.53%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE1342 (or 0xCE1342) is known color: Crimson. HEX triplet: CE, 13 and 42. RGB value is (206,19,66). Sum of RGB (Red+Green+Blue) = 206+19+66=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1342 is #31ECBD. Grayscale: #505050. Windows color (decimal): -3271870 or 4330446. OLE color: 4330446.

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

Color convert

RGB 206 19 66 -
CMYK 0 0.91 0.68 0.19
HSL 344.92º 0.83% 0.44% -
HSV(B) 344.92º 0.91% 0.81% -
XYZ 26.67 13.98 6.45 -
YUV 80.27 119.95 217.68 -
System Red Green Blue C M Y K H S L
Decimal 206 19 66 0 0.91 0.68 0.19 344.92 0.83 0.44
Hex CE 13 42 0 5B 44 13 159 53 2C
Octal 316 23 102 0 133 104 23 531 123 54
Binary 11001110 10011 1000010 0 1011011 1000100 10011 101011001 1010011 101100

Color Harmonies of #CE1342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1342

Black with #CE1342

Text Example


Text Example

White with #CE1342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1342; }

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

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

background-color css

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

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

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

border-color css

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

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

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