Html Css Color HEX #CE093D Crimson

📋 copy color: '#CE093D'

red 206 ◦ green 9 ◦ blue 61

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

Shades of Crimson #CE093D

Tints of Crimson #CE093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.1%

R = 74.64%
G = 3.26%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE093D (or 0xCE093D) is known color: Crimson. HEX triplet: CE, 09 and 3D. RGB value is (206,9,61). Sum of RGB (Red+Green+Blue) = 206+9+61=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE093D is #31F6C2. Grayscale: #494949. Windows color (decimal): -3274435 or 4000206. OLE color: 4000206.

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

Color convert

RGB 206 9 61 -
CMYK 0 0.96 0.70 0.19
HSL 344.16º 0.92% 0.42% -
HSV(B) 344.16º 0.96% 0.81% -
XYZ 26.39 13.65 5.66 -
YUV 73.83 120.77 222.27 -
System Red Green Blue C M Y K H S L
Decimal 206 9 61 0 0.96 0.70 0.19 344.16 0.92 0.42
Hex CE 9 3D 0 60 46 13 158 5C 2A
Octal 316 11 75 0 140 106 23 530 134 52
Binary 11001110 1001 111101 0 1100000 1000110 10011 101011000 1011100 101010

Color Harmonies of #CE093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE093D

Black with #CE093D

Text Example


Text Example

White with #CE093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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