Html Css Color HEX #CE0143 Crimson

📋 copy color: '#CE0143'

red 206 ◦ green 1 ◦ blue 67

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

Shades of Crimson #CE0143

Tints of Crimson #CE0143

RGB

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

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

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

R = 75.18%
G = 0.36%
B = 24.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE0143 (or 0xCE0143) is known color: Crimson. HEX triplet: CE, 01 and 43. RGB value is (206,1,67). Sum of RGB (Red+Green+Blue) = 206+1+67=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0143 is #31FEBC. Grayscale: #454545. Windows color (decimal): -3276477 or 4391374. OLE color: 4391374.

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

Color convert

RGB 206 1 67 -
CMYK 0 1.00 0.67 0.19
HSL 340.68º 0.99% 0.41% -
HSV(B) 340.68º 1% 0.81% -
XYZ 26.48 13.55 6.53 -
YUV 69.82 126.42 225.13 -
System Red Green Blue C M Y K H S L
Decimal 206 1 67 0 1.00 0.67 0.19 340.68 0.99 0.41
Hex CE 1 43 0 64 43 13 155 63 29
Octal 316 1 103 0 144 103 23 525 143 51
Binary 11001110 1 1000011 0 1100100 1000011 10011 101010101 1100011 101001

Color Harmonies of #CE0143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0143

Black with #CE0143

Text Example


Text Example

White with #CE0143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0143; }

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

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

background-color css

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

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

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

border-color css

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

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

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