Html Css Color HEX #CE0933 Crimson

📋 copy color: '#CE0933'

red 206 ◦ green 9 ◦ blue 51

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

Shades of Crimson #CE0933

Tints of Crimson #CE0933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 77.44%
G = 3.38%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE0933 (or 0xCE0933) is known color: Crimson. HEX triplet: CE, 09 and 33. RGB value is (206,9,51). Sum of RGB (Red+Green+Blue) = 206+9+51=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0933 is #31F6CC. Grayscale: #484848. Windows color (decimal): -3274445 or 3344846. OLE color: 3344846.

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

Color convert

RGB 206 9 51 -
CMYK 0 0.96 0.75 0.19
HSL 347.21º 0.92% 0.42% -
HSV(B) 347.21º 0.96% 0.81% -
XYZ 26.15 13.56 4.37 -
YUV 72.69 115.77 223.08 -
System Red Green Blue C M Y K H S L
Decimal 206 9 51 0 0.96 0.75 0.19 347.21 0.92 0.42
Hex CE 9 33 0 60 4B 13 15B 5C 2A
Octal 316 11 63 0 140 113 23 533 134 52
Binary 11001110 1001 110011 0 1100000 1001011 10011 101011011 1011100 101010

Color Harmonies of #CE0933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0933

Black with #CE0933

Text Example


Text Example

White with #CE0933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0933; }

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

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

background-color css

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

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

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

border-color css

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

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

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