Html Css Color HEX #CE143A Crimson

📋 copy color: '#CE143A'

red 206 ◦ green 20 ◦ blue 58

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

Shades of Crimson #CE143A

Tints of Crimson #CE143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.04%

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 72.54%
G = 7.04%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE143A (or 0xCE143A) is known color: Crimson. HEX triplet: CE, 14 and 3A. RGB value is (206,20,58). Sum of RGB (Red+Green+Blue) = 206+20+58=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE143A is #31EBC5. Grayscale: #4F4F4F. Windows color (decimal): -3271622 or 3806414. OLE color: 3806414.

HSL color Cylindrical-coordinate representation of color #CE143A: hue angle of 347.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE143A is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 58 -
CMYK 0 0.90 0.72 0.19
HSL 347.74º 0.82% 0.44% -
HSV(B) 347.74º 0.9% 0.81% -
XYZ 26.47 13.93 5.3 -
YUV 79.95 115.62 217.91 -
System Red Green Blue C M Y K H S L
Decimal 206 20 58 0 0.90 0.72 0.19 347.74 0.82 0.44
Hex CE 14 3A 0 5A 48 13 15C 52 2C
Octal 316 24 72 0 132 110 23 534 122 54
Binary 11001110 10100 111010 0 1011010 1001000 10011 101011100 1010010 101100

Color Harmonies of #CE143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE143A

Black with #CE143A

Text Example


Text Example

White with #CE143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE143A; }

 p { color: rgb(206,20,58); }

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

background-color css

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

 a { background-color: rgb(206,20,58); }

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

border-color css

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

 span { border-color: rgb(206,20,58); }

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