Html Css Color HEX #CE0142 Crimson

📋 copy color: '#CE0142'

red 206 ◦ green 1 ◦ blue 66

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

Shades of Crimson #CE0142

Tints of Crimson #CE0142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 75.46%
G = 0.37%
B = 24.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE0142 (or 0xCE0142) is known color: Crimson. HEX triplet: CE, 01 and 42. RGB value is (206,1,66). Sum of RGB (Red+Green+Blue) = 206+1+66=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0142 is #31FEBD. Grayscale: #454545. Windows color (decimal): -3276478 or 4325838. OLE color: 4325838.

HSL color Cylindrical-coordinate representation of color #CE0142: hue angle of 340.98º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0142 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 1 66 -
CMYK 0 1.00 0.68 0.19
HSL 340.98º 0.99% 0.41% -
HSV(B) 340.98º 1% 0.81% -
XYZ 26.45 13.54 6.37 -
YUV 69.71 125.92 225.21 -
System Red Green Blue C M Y K H S L
Decimal 206 1 66 0 1.00 0.68 0.19 340.98 0.99 0.41
Hex CE 1 42 0 64 44 13 155 63 29
Octal 316 1 102 0 144 104 23 525 143 51
Binary 11001110 1 1000010 0 1100100 1000100 10011 101010101 1100011 101001

Color Harmonies of #CE0142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0142

Black with #CE0142

Text Example


Text Example

White with #CE0142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0142; }

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

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

background-color css

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

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

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

border-color css

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

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

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