Html Css Color HEX #CE143C Crimson

📋 copy color: '#CE143C'

red 206 ◦ green 20 ◦ blue 60

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

Shades of Crimson #CE143C

Tints of Crimson #CE143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.98%

R = 72.03%
G = 6.99%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE143C (or 0xCE143C) is known color: Crimson. HEX triplet: CE, 14 and 3C. RGB value is (206,20,60). Sum of RGB (Red+Green+Blue) = 206+20+60=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE143C is #31EBC3. Grayscale: #505050. Windows color (decimal): -3271620 or 3937486. OLE color: 3937486.

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

Color convert

RGB 206 20 60 -
CMYK 0 0.90 0.71 0.19
HSL 347.1º 0.82% 0.44% -
HSV(B) 347.1º 0.9% 0.81% -
XYZ 26.52 13.95 5.57 -
YUV 80.17 116.62 217.75 -
System Red Green Blue C M Y K H S L
Decimal 206 20 60 0 0.90 0.71 0.19 347.1 0.82 0.44
Hex CE 14 3C 0 5A 47 13 15B 52 2C
Octal 316 24 74 0 132 107 23 533 122 54
Binary 11001110 10100 111100 0 1011010 1000111 10011 101011011 1010010 101100

Color Harmonies of #CE143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE143C

Black with #CE143C

Text Example


Text Example

White with #CE143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE143C; }

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

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

background-color css

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

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

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

border-color css

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

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

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