Html Css Color HEX #CE0543 Crimson

📋 copy color: '#CE0543'

red 206 ◦ green 5 ◦ blue 67

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

Shades of Crimson #CE0543

Tints of Crimson #CE0543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.1%

R = 74.1%
G = 1.8%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE0543 (or 0xCE0543) is known color: Crimson. HEX triplet: CE, 05 and 43. RGB value is (206,5,67). Sum of RGB (Red+Green+Blue) = 206+5+67=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0543 is #31FABC. Grayscale: #484848. Windows color (decimal): -3275453 or 4392398. OLE color: 4392398.

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

Color convert

RGB 206 5 67 -
CMYK 0 0.98 0.67 0.19
HSL 341.49º 0.95% 0.41% -
HSV(B) 341.49º 0.98% 0.81% -
XYZ 26.52 13.64 6.54 -
YUV 72.17 125.09 223.46 -
System Red Green Blue C M Y K H S L
Decimal 206 5 67 0 0.98 0.67 0.19 341.49 0.95 0.41
Hex CE 5 43 0 62 43 13 155 5F 29
Octal 316 5 103 0 142 103 23 525 137 51
Binary 11001110 101 1000011 0 1100010 1000011 10011 101010101 1011111 101001

Color Harmonies of #CE0543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0543

Black with #CE0543

Text Example


Text Example

White with #CE0543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0543; }

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

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

background-color css

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

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

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

border-color css

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

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

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