Html Css Color HEX #CE0033 Crimson

📋 copy color: '#CE0033'

red 206 ◦ green 0 ◦ blue 51

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

Shades of Crimson #CE0033

Tints of Crimson #CE0033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.16%
G = 0%
B = 19.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE0033 (or 0xCE0033) is known color: Crimson. HEX triplet: CE, 00 and 33. RGB value is (206,0,51). Sum of RGB (Red+Green+Blue) = 206+0+51=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0033 is #31FFCC. Grayscale: #434343. Windows color (decimal): -3276749 or 3342542. OLE color: 3342542.

HSL color Cylindrical-coordinate representation of color #CE0033: hue angle of 345.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0033 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 0 51 -
CMYK 0 1 0.75 0.19
HSL 345.15º 1% 0.4% -
HSV(B) 345.15º 1% 0.81% -
XYZ 26.05 13.36 4.34 -
YUV 67.41 118.75 226.85 -
System Red Green Blue C M Y K H S L
Decimal 206 0 51 0 1 0.75 0.19 345.15 1 0.4
Hex CE 0 33 0 64 4B 13 159 64 28
Octal 316 0 63 0 144 113 23 531 144 50
Binary 11001110 0 110011 0 1100100 1001011 10011 101011001 1100100 101000

Color Harmonies of #CE0033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0033

Black with #CE0033

Text Example


Text Example

White with #CE0033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0033; }

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

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

background-color css

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

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

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

border-color css

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

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

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