Html Css Color HEX #CE0848 Crimson

📋 copy color: '#CE0848'

red 206 ◦ green 8 ◦ blue 72

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

Shades of Crimson #CE0848

Tints of Crimson #CE0848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

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

R = 72.03%
G = 2.8%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE0848 (or 0xCE0848) is known color: Crimson. HEX triplet: CE, 08 and 48. RGB value is (206,8,72). Sum of RGB (Red+Green+Blue) = 206+8+72=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0848 is #31F7B7. Grayscale: #4A4A4A. Windows color (decimal): -3274680 or 4720846. OLE color: 4720846.

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

Color convert

RGB 206 8 72 -
CMYK 0 0.96 0.65 0.19
HSL 340.61º 0.93% 0.42% -
HSV(B) 340.61º 0.96% 0.81% -
XYZ 26.71 13.76 7.38 -
YUV 74.5 126.6 221.8 -
System Red Green Blue C M Y K H S L
Decimal 206 8 72 0 0.96 0.65 0.19 340.61 0.93 0.42
Hex CE 8 48 0 60 41 13 155 5D 2A
Octal 316 10 110 0 140 101 23 525 135 52
Binary 11001110 1000 1001000 0 1100000 1000001 10011 101010101 1011101 101010

Color Harmonies of #CE0848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0848

Black with #CE0848

Text Example


Text Example

White with #CE0848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0848; }

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

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

background-color css

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

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

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

border-color css

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

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

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