Html Css Color HEX #CE0541 Crimson

📋 copy color: '#CE0541'

red 206 ◦ green 5 ◦ blue 65

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

Shades of Crimson #CE0541

Tints of Crimson #CE0541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 74.64%
G = 1.81%
B = 23.55%

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

#CE0541 (or 0xCE0541) is known color: Crimson. HEX triplet: CE, 05 and 41. RGB value is (206,5,65). Sum of RGB (Red+Green+Blue) = 206+5+65=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0541 is #31FABE. Grayscale: #474747. Windows color (decimal): -3275455 or 4261326. OLE color: 4261326.

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

Color convert

RGB 206 5 65 -
CMYK 0 0.98 0.68 0.19
HSL 342.09º 0.95% 0.41% -
HSV(B) 342.09º 0.98% 0.81% -
XYZ 26.46 13.61 6.23 -
YUV 71.94 124.09 223.62 -
System Red Green Blue C M Y K H S L
Decimal 206 5 65 0 0.98 0.68 0.19 342.09 0.95 0.41
Hex CE 5 41 0 62 44 13 156 5F 29
Octal 316 5 101 0 142 104 23 526 137 51
Binary 11001110 101 1000001 0 1100010 1000100 10011 101010110 1011111 101001

Color Harmonies of #CE0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0541

Black with #CE0541

Text Example


Text Example

White with #CE0541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0541; }

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

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

background-color css

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

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

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

border-color css

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

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

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