Html Css Color HEX #CE093B Crimson

📋 copy color: '#CE093B'

red 206 ◦ green 9 ◦ blue 59

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

Shades of Crimson #CE093B

Tints of Crimson #CE093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 75.18%
G = 3.28%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE093B (or 0xCE093B) is known color: Crimson. HEX triplet: CE, 09 and 3B. RGB value is (206,9,59). Sum of RGB (Red+Green+Blue) = 206+9+59=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE093B is #31F6C4. Grayscale: #494949. Windows color (decimal): -3274437 or 3869134. OLE color: 3869134.

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

Color convert

RGB 206 9 59 -
CMYK 0 0.96 0.71 0.19
HSL 344.77º 0.92% 0.42% -
HSV(B) 344.77º 0.96% 0.81% -
XYZ 26.34 13.63 5.38 -
YUV 73.6 119.77 222.43 -
System Red Green Blue C M Y K H S L
Decimal 206 9 59 0 0.96 0.71 0.19 344.77 0.92 0.42
Hex CE 9 3B 0 60 47 13 159 5C 2A
Octal 316 11 73 0 140 107 23 531 134 52
Binary 11001110 1001 111011 0 1100000 1000111 10011 101011001 1011100 101010

Color Harmonies of #CE093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE093B

Black with #CE093B

Text Example


Text Example

White with #CE093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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