Html Css Color HEX #CE1441 Crimson

📋 copy color: '#CE1441'

red 206 ◦ green 20 ◦ blue 65

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

Shades of Crimson #CE1441

Tints of Crimson #CE1441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 70.79%
G = 6.87%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE1441 (or 0xCE1441) is known color: Crimson. HEX triplet: CE, 14 and 41. RGB value is (206,20,65). Sum of RGB (Red+Green+Blue) = 206+20+65=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1441 is #31EBBE. Grayscale: #505050. Windows color (decimal): -3271615 or 4265166. OLE color: 4265166.

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

Color convert

RGB 206 20 65 -
CMYK 0 0.90 0.68 0.19
HSL 345.48º 0.82% 0.44% -
HSV(B) 345.48º 0.9% 0.81% -
XYZ 26.66 14 6.3 -
YUV 80.74 119.12 217.34 -
System Red Green Blue C M Y K H S L
Decimal 206 20 65 0 0.90 0.68 0.19 345.48 0.82 0.44
Hex CE 14 41 0 5A 44 13 159 52 2C
Octal 316 24 101 0 132 104 23 531 122 54
Binary 11001110 10100 1000001 0 1011010 1000100 10011 101011001 1010010 101100

Color Harmonies of #CE1441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1441

Black with #CE1441

Text Example


Text Example

White with #CE1441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1441; }

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

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

background-color css

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

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

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

border-color css

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

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

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