Html Css Color HEX #CE0A4C Crimson

📋 copy color: '#CE0A4C'

red 206 ◦ green 10 ◦ blue 76

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

Shades of Crimson #CE0A4C

Tints of Crimson #CE0A4C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.42%

 BLUE value IS 76 (30.08% from 255) = 26.03%

R = 70.55%
G = 3.42%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE0A4C (or 0xCE0A4C) is known color: Crimson. HEX triplet: CE, 0A and 4C. RGB value is (206,10,76). Sum of RGB (Red+Green+Blue) = 206+10+76=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A4C is #31F5B3. Grayscale: #4C4C4C. Windows color (decimal): -3274164 or 4983502. OLE color: 4983502.

HSL color Cylindrical-coordinate representation of color #CE0A4C: hue angle of 339.8º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A4C is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 10 76 -
CMYK 0 0.95 0.63 0.19
HSL 339.8º 0.91% 0.42% -
HSV(B) 339.8º 0.95% 0.81% -
XYZ 26.87 13.86 8.1 -
YUV 76.13 127.93 220.63 -
System Red Green Blue C M Y K H S L
Decimal 206 10 76 0 0.95 0.63 0.19 339.8 0.91 0.42
Hex CE A 4C 0 5F 3F 13 154 5B 2A
Octal 316 12 114 0 137 77 23 524 133 52
Binary 11001110 1010 1001100 0 1011111 111111 10011 101010100 1011011 101010

Color Harmonies of #CE0A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0A4C

Black with #CE0A4C

Text Example


Text Example

White with #CE0A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0A4C; }

 p { color: rgb(206,10,76); }

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

background-color css

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

 a { background-color: rgb(206,10,76); }

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

border-color css

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

 span { border-color: rgb(206,10,76); }

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