Html Css Color HEX #CE0441 Crimson

📋 copy color: '#CE0441'

red 206 ◦ green 4 ◦ blue 65

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

Shades of Crimson #CE0441

Tints of Crimson #CE0441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 74.91%
G = 1.45%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE0441 (or 0xCE0441) is known color: Crimson. HEX triplet: CE, 04 and 41. RGB value is (206,4,65). Sum of RGB (Red+Green+Blue) = 206+4+65=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0441 is #31FBBE. Grayscale: #474747. Windows color (decimal): -3275711 or 4261070. OLE color: 4261070.

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

Color convert

RGB 206 4 65 -
CMYK 0 0.98 0.68 0.19
HSL 341.88º 0.96% 0.41% -
HSV(B) 341.88º 0.98% 0.81% -
XYZ 26.45 13.59 6.23 -
YUV 71.35 124.42 224.04 -
System Red Green Blue C M Y K H S L
Decimal 206 4 65 0 0.98 0.68 0.19 341.88 0.96 0.41
Hex CE 4 41 0 62 44 13 156 60 29
Octal 316 4 101 0 142 104 23 526 140 51
Binary 11001110 100 1000001 0 1100010 1000100 10011 101010110 1100000 101001

Color Harmonies of #CE0441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0441

Black with #CE0441

Text Example


Text Example

White with #CE0441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0441; }

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

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

background-color css

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

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

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

border-color css

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

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

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