Html Css Color HEX #CE0948 Crimson

📋 copy color: '#CE0948'

red 206 ◦ green 9 ◦ blue 72

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

Shades of Crimson #CE0948

Tints of Crimson #CE0948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.14%

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

R = 71.78%
G = 3.14%
B = 25.09%

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

#CE0948 (or 0xCE0948) is known color: Crimson. HEX triplet: CE, 09 and 48. RGB value is (206,9,72). Sum of RGB (Red+Green+Blue) = 206+9+72=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0948 is #31F6B7. Grayscale: #4B4B4B. Windows color (decimal): -3274424 or 4721102. OLE color: 4721102.

HSL color Cylindrical-coordinate representation of color #CE0948: hue angle of 340.81º degrees, saturation: 0.92, 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 #CE0948 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 9 72 -
CMYK 0 0.96 0.65 0.19
HSL 340.81º 0.92% 0.42% -
HSV(B) 340.81º 0.96% 0.81% -
XYZ 26.72 13.79 7.38 -
YUV 75.09 126.27 221.38 -
System Red Green Blue C M Y K H S L
Decimal 206 9 72 0 0.96 0.65 0.19 340.81 0.92 0.42
Hex CE 9 48 0 60 41 13 155 5C 2A
Octal 316 11 110 0 140 101 23 525 134 52
Binary 11001110 1001 1001000 0 1100000 1000001 10011 101010101 1011100 101010

Color Harmonies of #CE0948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0948

Black with #CE0948

Text Example


Text Example

White with #CE0948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0948; }

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

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

background-color css

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

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

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

border-color css

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

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

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