Html Css Color HEX #CE0544 Crimson

📋 copy color: '#CE0544'

red 206 ◦ green 5 ◦ blue 68

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

Shades of Crimson #CE0544

Tints of Crimson #CE0544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.37%

R = 73.84%
G = 1.79%
B = 24.37%

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

#CE0544 (or 0xCE0544) is known color: Crimson. HEX triplet: CE, 05 and 44. RGB value is (206,5,68). Sum of RGB (Red+Green+Blue) = 206+5+68=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0544 is #31FABB. Grayscale: #484848. Windows color (decimal): -3275452 or 4457934. OLE color: 4457934.

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

Color convert

RGB 206 5 68 -
CMYK 0 0.98 0.67 0.19
HSL 341.19º 0.95% 0.41% -
HSV(B) 341.19º 0.98% 0.81% -
XYZ 26.55 13.65 6.7 -
YUV 72.28 125.59 223.38 -
System Red Green Blue C M Y K H S L
Decimal 206 5 68 0 0.98 0.67 0.19 341.19 0.95 0.41
Hex CE 5 44 0 62 43 13 155 5F 29
Octal 316 5 104 0 142 103 23 525 137 51
Binary 11001110 101 1000100 0 1100010 1000011 10011 101010101 1011111 101001

Color Harmonies of #CE0544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0544

Black with #CE0544

Text Example


Text Example

White with #CE0544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0544; }

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

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

background-color css

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

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

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

border-color css

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

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

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