Html Css Color HEX #CE094B Crimson

📋 copy color: '#CE094B'

red 206 ◦ green 9 ◦ blue 75

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

Shades of Crimson #CE094B

Tints of Crimson #CE094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 71.03%
G = 3.1%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE094B (or 0xCE094B) is known color: Crimson. HEX triplet: CE, 09 and 4B. RGB value is (206,9,75). Sum of RGB (Red+Green+Blue) = 206+9+75=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE094B is #31F6B4. Grayscale: #4B4B4B. Windows color (decimal): -3274421 or 4917710. OLE color: 4917710.

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

Color convert

RGB 206 9 75 -
CMYK 0 0.96 0.64 0.19
HSL 339.9º 0.92% 0.42% -
HSV(B) 339.9º 0.96% 0.81% -
XYZ 26.82 13.83 7.91 -
YUV 75.43 127.77 221.13 -
System Red Green Blue C M Y K H S L
Decimal 206 9 75 0 0.96 0.64 0.19 339.9 0.92 0.42
Hex CE 9 4B 0 60 40 13 154 5C 2A
Octal 316 11 113 0 140 100 23 524 134 52
Binary 11001110 1001 1001011 0 1100000 1000000 10011 101010100 1011100 101010

Color Harmonies of #CE094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE094B

Black with #CE094B

Text Example


Text Example

White with #CE094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE094B; }

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

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

background-color css

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

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

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

border-color css

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

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

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