Html Css Color HEX #CE0C48 Crimson

📋 copy color: '#CE0C48'

red 206 ◦ green 12 ◦ blue 72

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

Shades of Crimson #CE0C48

Tints of Crimson #CE0C48

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.14%

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 71.03%
G = 4.14%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE0C48 (or 0xCE0C48) is known color: Crimson. HEX triplet: CE, 0C and 48. RGB value is (206,12,72). Sum of RGB (Red+Green+Blue) = 206+12+72=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0C48 is #31F3B7. Grayscale: #4C4C4C. Windows color (decimal): -3273656 or 4721870. OLE color: 4721870.

HSL color Cylindrical-coordinate representation of color #CE0C48: hue angle of 341.44º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0C48 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 12 72 -
CMYK 0 0.94 0.65 0.19
HSL 341.44º 0.89% 0.43% -
HSV(B) 341.44º 0.94% 0.81% -
XYZ 26.75 13.85 7.39 -
YUV 76.85 125.27 220.12 -
System Red Green Blue C M Y K H S L
Decimal 206 12 72 0 0.94 0.65 0.19 341.44 0.89 0.43
Hex CE C 48 0 5E 41 13 155 59 2B
Octal 316 14 110 0 136 101 23 525 131 53
Binary 11001110 1100 1001000 0 1011110 1000001 10011 101010101 1011001 101011

Color Harmonies of #CE0C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0C48

Black with #CE0C48

Text Example


Text Example

White with #CE0C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0C48; }

 p { color: rgb(206,12,72); }

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

background-color css

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

 a { background-color: rgb(206,12,72); }

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

border-color css

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

 span { border-color: rgb(206,12,72); }

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