Html Css Color HEX #CE0938 Crimson

📋 copy color: '#CE0938'

red 206 ◦ green 9 ◦ blue 56

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

Shades of Crimson #CE0938

Tints of Crimson #CE0938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.66%

R = 76.01%
G = 3.32%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE0938 (or 0xCE0938) is known color: Crimson. HEX triplet: CE, 09 and 38. RGB value is (206,9,56). Sum of RGB (Red+Green+Blue) = 206+9+56=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0938 is #31F6C7. Grayscale: #494949. Windows color (decimal): -3274440 or 3672526. OLE color: 3672526.

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

Color convert

RGB 206 9 56 -
CMYK 0 0.96 0.73 0.19
HSL 345.69º 0.92% 0.42% -
HSV(B) 345.69º 0.96% 0.81% -
XYZ 26.27 13.6 4.98 -
YUV 73.26 118.27 222.68 -
System Red Green Blue C M Y K H S L
Decimal 206 9 56 0 0.96 0.73 0.19 345.69 0.92 0.42
Hex CE 9 38 0 60 49 13 15A 5C 2A
Octal 316 11 70 0 140 111 23 532 134 52
Binary 11001110 1001 111000 0 1100000 1001001 10011 101011010 1011100 101010

Color Harmonies of #CE0938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0938

Black with #CE0938

Text Example


Text Example

White with #CE0938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0938; }

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

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

background-color css

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

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

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

border-color css

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

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

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